10.05.2013, 14:05
I didn't understand anything, but...
Are you talking about that?
pawn Код:
public OnPlayerText(playerid, text[])
{
if (!strcmp(text, "!hello", true)) {
SendClientMessage(playerid, -1, "Hello");
return 0;
}
return 1;
}