17.05.2011, 20:20
Quote:
Dont works!
![]() When i type message this show up: fiki574_CRO(0): Hi! ----------> black color fiki574_CRO: fi ----------> fi? wtf i type hi! and it is in normal random color! |
EDIT
YES, like randomkid said, add return 0; under it, this will solve it for sure because I have return 0; under mine but I didn't add it to this code. It should work after.
pawn Код:
new PlayerName[MAX_PLAYER_NAME];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
format(text, 1024, "%s (%d): {FFFFFF}%s", PlayerName, playerid, text);
SendClientMessageToAll(GetPlayerColor(playerid), text);
return 0;