public OnPlayerText(playerid, text[]) { if(IsPlayerConnected(playerid)){ new string[200]; format(string, sizeof (string), "(%d) %s", playerid, text); SendPlayerMessageToAll(playerid, string); return 0; } return 1; } |
Add this to your script, and if you already have one remove it!
|