26.03.2013, 04:14
pawn Код:
if(AccInfo[playerid][pVip])
{
switch(AccInfo[playerid][Level])
{
case 1: AccType = "Sliver", SetPlayerArmour(playerid, 50);
case 2: AccType = "Gold", SetPlayerArmour(playerid, 75);
case 3: AccType = "Premium", SetPlayerArmour(playerid, 100);
default: SetPlayerArmour(playerid, 25);
}