28.09.2011, 18:49
(
Последний раз редактировалось rafa3dify; 28.09.2011 в 19:49.
)
Quote:
Coloquei os TextDrawHideForPlayer(playerid, textlevel[playerid]); TextDrawHideForPlayer(playerid, textexpe[playerid]); Mais continua do mesmo geito.. :S |
pawn Код:
new string456[128], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string456, sizeof(string456), "%s [%i] diz: %s",pName, playerid, text);
new cor123 = GetPlayerColor(playerid);
SendClientMessageToAll(cor123, string456);