what's wrong?
#1

i got no errors and no warnings... but it doesn't work..: (i putted it on "OnPlayerSpawn" public)
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(PlayerInfo[playerid][AdminLevel] == 1)
        {
            admin[playerid] = Create3DTextLabel("Admin Level 1", COLOUR_RED, 30.0,40.0,50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(admin[playerid], playerid, 0.0, 0.0, 0.7);
        }
        else if(PlayerInfo[playerid][AdminLevel] == 2)
        {
            admin[playerid] = Create3DTextLabel("Admin Level 2", COLOUR_GREEN, 30.0,40.0,50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(admin[playerid], playerid, 0.0, 0.0, 0.7);
        }
        else if(PlayerInfo[playerid][AdminLevel] == 3)
        {
            admin[playerid] = Create3DTextLabel("Admin Level 3", COLOUR_GREEN, 30.0,40.0,50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(admin[playerid], playerid, 0.0, 0.0, 0.7);
        }
        else if(PlayerInfo[playerid][AdminLevel] == 4)
        {
            admin[playerid] = Create3DTextLabel("Admin Level 4", COLOUR_GREEN, 30.0,40.0,50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(admin[playerid], playerid, 0.0, 0.0, 0.7);
        }
        else if(PlayerInfo[playerid][AdminLevel] == 5)
        {
            admin[playerid] = Create3DTextLabel("Main Admin[Admin Level 5]", COLOUR_GREEN, 30.0,40.0,50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(admin[playerid], playerid, 0.0, 0.0, 0.7);
        }
        else if(IsPlayerAdmin(playerid))
        {
            admin[playerid] = Create3DTextLabel("Owner[Admin Level 5]", COLOUR_GREEN, 30.0,40.0,50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(admin[playerid], playerid, 0.0, 0.0, 0.7);
        }
        else continue;
    }
Reply


Messages In This Thread
what's wrong? - by omer5198 - 11.08.2011, 17:23
Re: what's wrong? - by JaTochNietDan - 11.08.2011, 17:26
Re: what's wrong? - by Jeffry - 11.08.2011, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)