31.12.2012, 15:11
Hello, i've a problem with speccing colors for admins, because if i spec off during adminduty the admin who's speccing spawn again, but the color of adminduty disapper, so i made under OnPlayerSpawn this:
But it doesn't work, anyone can help me please?
pawn Код:
// Spec
if(PlayerInfo[playerid][pAdmin] && !aDuty[playerid])
{
SetPlayerColor(playerid,COLOR_IRC);
SetPlayerArmour(playerid, 9999999);
SetPlayerHealth(playerid, 9999999);
SetPlayerChatBubble(playerid, "(( ADMINDUTY ))", COLOR_DARKRED, 30, 999999999);
}