vip tag part 2
#8

Try this
pawn Код:
new Text3D:VIPS;

public OnPlayerSpawn(playerid)
{
    if(PlayerInfo[playerid][Level] == 1 || IsPlayerAdmin(playerid))
    {
       VIPS = Create3DTextLabel("VIP MEMBER", red, 0.0, 0.0, 0.0, 50.0, 0, 0); // This is wrong VIPS[playerid] because already define it in PlayerInfo
       Attach3DTextLabelToPlayer(VIPS, playerid, 0.0, 0.0, 0.0);
       SetPlayerArmour(playerid, 100);
    }
    return 1;
}
Reply


Messages In This Thread
vip tag part 2 - by CBCandyBoy - 05.01.2013, 05:03
Re: vip tag part 2 - by ThePhenix - 05.01.2013, 05:18
Re: vip tag part 2 - by CBCandyBoy - 05.01.2013, 05:22
Re: vip tag part 2 - by CBCandyBoy - 05.01.2013, 05:26
Re: vip tag part 2 - by ThePhenix - 05.01.2013, 05:29
Re: vip tag part 2 - by CBCandyBoy - 05.01.2013, 05:31
Re: vip tag part 2 - by CBCandyBoy - 05.01.2013, 05:34
Re: vip tag part 2 - by nilanjay - 05.01.2013, 05:34
Re: vip tag part 2 - by ThePhenix - 05.01.2013, 05:34
Re: vip tag part 2 - by CBCandyBoy - 05.01.2013, 05:40

Forum Jump:


Users browsing this thread: 4 Guest(s)