if(President[playerid] == 1)//Under OnPlayerSpawn { SetPlayerColor(playerid,yellow); return 1; } else { if(IsPlayerXAdmin(playerid) || IsPlayerVIP(playerid)) { SetPlayerColor(playerid,white); } }