Give armour To Only V.I.P'S
#1

Hi I just made a VIP System I want only V.I.P's To have armour.

Not the players. This is the thingy were You ask the script is the player a VIP



pawn Код:
if(dini_Int(PFile(playerid),"VipMember")<1)


So Im Just asking is it going to Work. Here's the code:

pawn Код:
public OnPlayerSpawn(playerid)
{
if(dini_Int(PFile(playerid),"VipMember")<1)
SetPlayerArmour(playerid,100);

return 1;
}
Reply


Messages In This Thread
Give armour To Only V.I.P'S - by California_ - 25.01.2013, 21:19
Re: Give armour To Only V.I.P'S - by Roach_ - 25.01.2013, 21:21
Re: Give armour To Only V.I.P'S - by Neil. - 25.01.2013, 21:52

Forum Jump:


Users browsing this thread: 1 Guest(s)