Posts: 71
Threads: 18
Joined: Aug 2015
Quote:
Originally Posted by PainNagato
pawn Код:
public OnPlayerText(playerid,text[]) { new string[128]; GetPlayerName(playerid,string,sizeof(string)); format(string,sizeof(string),"%s {0000FF}: %s",CheckTAG(playerid),text); SendClientMessageToAll(GetPlayerColor(playerid),string); return 0; }
|
yeah return 0;
it will even send the message ?