28.11.2011, 16:45
Hey all. How to make it work that if you type the nummer 1 in the chat you will get a message with "works"?
I have this. I just tried but it didn't work as expected.
I have this. I just tried but it didn't work as expected.
pawn Код:
public OnPlayerText(playerid, text[])
{
if(text == "1") return SendClientMessage(playerid,-1,"Works");
return 1;
}