08.08.2013, 21:55
pawn Код:
public OnPlayerSpawn (PlayerID)
{
if(Info[playerid][Vip] == 1) { SetPlayerArmour(playerid, 25.0); }
if(Info[playerid][Vip] == 2) { SetPlayerArmour(playerid, 50.0); }
if(Info[playerid][Vip] == 3) { SetPlayerArmour(playerid, 75.0); }
if(Info[playerid][Vip] == 4) { SetPlayerArmour(playerid, 100.0); }
return 1;
}