Spec off problem
#1

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:

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);
        }
But it doesn't work, anyone can help me please?
Reply


Messages In This Thread
Spec off problem - by Fiore - 31.12.2012, 15:11
Re: Spec off problem - by Konstantinos - 31.12.2012, 15:13
Re: Spec off problem - by Fiore - 31.12.2012, 15:15
Re: Spec off problem - by Konstantinos - 31.12.2012, 15:16
Re: Spec off problem - by Fiore - 31.12.2012, 15:20
Re: Spec off problem - by Fiore - 31.12.2012, 15:26
Re: Spec off problem - by Konstantinos - 31.12.2012, 15:31
Re: Spec off problem - by Fiore - 31.12.2012, 15:41
Re: Spec off problem - by Konstantinos - 31.12.2012, 15:45
Re: Spec off problem - by Fiore - 31.12.2012, 15:47

Forum Jump:


Users browsing this thread: 1 Guest(s)