Why it happen this?
#4

Replace

pawn Код:
//if one of these conditions are true, the rest of OnPlayerSpawn will not run ...
if(PlayerInfo[playerid][pVip] == 1) return SetPlayerArmour(playerid, 90);
   
    Create3DTextLabel("VIP Player", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    if(PlayerInfo[playerid][pVip] == 1) return Attach3DTextLabelToPlayer(vlabel, playerid, 0.0, 0.0, 0.7);
pawn Код:
if(PlayerInfo[playerid][pVip] == 1) SetPlayerArmour(playerid, 90);
   
    Create3DTextLabel("VIP Player", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    if(PlayerInfo[playerid][pVip] == 1) Attach3DTextLabelToPlayer(vlabel, playerid, 0.0, 0.0, 0.7);
Reply


Messages In This Thread
Why it happen this? - by Face9000 - 11.04.2012, 13:22
Re: Why it happen this? - by Faisal_khan - 11.04.2012, 13:32
Re: Why it happen this? - by Face9000 - 11.04.2012, 13:57
Re: Why it happen this? - by ViniBorn - 11.04.2012, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)