25.01.2013, 21:19
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
So Im Just asking is it going to Work. Here's the code:
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;
}