if vip spawn with armour.
#4

pawn Код:
if(Info[playerid][Vip] == 1)
{
    SetPlayerArmour(playerid, 25.0);
}
else if(Info[playerid][Vip] == 2)
{
    SetPlayerArmour(playerid, 50.0);
}
else if(Info[playerid][Vip] == 3)
{
    SetPlayerArmour(playerid, 75.0);
}
else if(Info[playerid][Vip] == 4)
{
    SetPlayerArmour(playerid, 100.0);
}
Try this then!
Reply


Messages In This Thread
if vip spawn with armour. - by SwisherSweet - 08.08.2013, 21:43
Re: if vip spawn with armour. - by Luis- - 08.08.2013, 21:47
Re: if vip spawn with armour. - by SwisherSweet - 08.08.2013, 21:50
Re: if vip spawn with armour. - by Luis- - 08.08.2013, 21:52
Re: if vip spawn with armour. - by -Shifty- - 08.08.2013, 21:55
Re: if vip spawn with armour. - by Luis- - 08.08.2013, 21:57

Forum Jump:


Users browsing this thread: 1 Guest(s)