14.07.2012, 19:01
If player is rcon admin then his name color and icon color will be lime color
pawn Код:
if(IsPlayerAdmin(playerid))
{
SetPlayerColor(playerid, COLOR_LIME);
return 1:
}