26.03.2013, 04:01
Hello guys, I'm having problem by making this thing. The system I am using is LuxAdmin. :<
Well, I want to do this.
Regular Player = 25% of armor spawned.
Sliver = 50% of armor spawned.
Gold = 75% of armor spawned.
Premium = 100% of armor spawned.
So, how to do this with this code?
Well, I want to do this.
Regular Player = 25% of armor spawned.
Sliver = 50% of armor spawned.
Gold = 75% of armor spawned.
Premium = 100% of armor spawned.
So, how to do this with this code?
pawn Код:
if(AccInfo[playerid][pVip])
{
switch(AccInfo[playerid][Level])
{
case 1: AccType = "Sliver";
case 2: AccType = "Gold";
case 3: AccType = "Premium";
}