09.06.2014, 07:04
I mean [MASTER] is the color but i wanna the name and id correlate whit he's/her gTeam(SetPlayerColor)
this is the code :
this is the code :
PHP код:
if(AdminLevel[playerid] == 6)
{
new string[150], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(string,sizeof(string),"{8e00db}[MASTER] %s(%d): {FFFFFF}%s",name,playerid,text);
SendClientMessageToAll(COLOR_WHITE, string);
return 0;
}