Can't Chat

Started by omaraiahlawy1, Aug 30, 2015, 09:55 PM

Previous topic - Next topic

omaraiahlawy1

When I Type "t" the chat doesn't appear!

Diego^

#1
You must add a "return 1;" in onPlayerChat event.

Example:
function onPlayerChat( player, text )
{
print( player.Name + ": " + text );
return 1;
}
BRL's Developer.

omaraiahlawy1


Diego^

Quote from: omaraiahlawy1 on Aug 30, 2015, 11:08 PMAdd This Where?

I think I must have this event in your script, search for it and add the "return 1;".
BRL's Developer.

omaraiahlawy1