12.04.2010, 12:15
Quote:
Originally Posted by Babul
Код:
if(strcmp(x_nr,"red",true) == 0) { PlayerInfo[playerid][pWispCol]=0xd40000aa; // PlayerInfo[playerid][pWispCols] = 1; //idk what this is needed for, so i just commented it out format(string,sizeof(string),"Your whisper color was setted to RED."); SendClientMessage(playerid, PlayerInfo[playerid][pWispCol], string); return 1; } |