laughing out loud text by bomb action

Started by [VD]BOMB_ACTION, Mar 12, 2023, 02:49 PM

Previous topic - Next topic

[VD]BOMB_ACTION

function onPlayerChat( player, text )
{
   print( player.Name + ": " + text );
     if ( text == "lol" ) Message(player.Name+" is laughing out loud!");
   return 1;
}




by bomb action

[VD]BOMB_ACTION

guys this my first post. i wish you all like it ;D





sry for my bad english

Xann^

That returns some error, I've corrected it use:

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