Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: [VD]BOMB_ACTION on Mar 12, 2023, 02:49 PM

Title: laughing out loud text by bomb action
Post by: [VD]BOMB_ACTION on Mar 12, 2023, 02:49 PM
function onPlayerChat( player, text )
{
   print( player.Name + ": " + text );
     if ( text == "lol" ) Message(player.Name+" is laughing out loud!");
   return 1;
}




by bomb action
Title: Re: laughing out loud text by bomb action
Post by: [VD]BOMB_ACTION on Mar 12, 2023, 02:53 PM
guys this my first post. i wish you all like it ;D





sry for my bad english
Title: Re: laughing out loud text by bomb action
Post by: Xann^ on Aug 13, 2023, 09:51 AM
That returns some error, I've corrected it use:

if( text == "lol" ) Message("[#FFFFFF] " + player.Name + " is laughing a lot!"); // returns lol