17.07.2012, 20:27
Hi guys, i already have the code, but i have 1problem. When i write something my name come 2times
1.st time with id
2.st time without id
Why?
Here is my code:
Screen Shot:
1.st time with id
2.st time without id
Why?
Here is my code:
Код:
new string[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), "%s(%d): %s",name,playerid, text); SendClientMessageToAll(-1, string);