not DONOR but can choose donor class
#1

i use Excel's Gamemode called COD7
i trying fix this bug,but always fail
can someone help me,please?

pawn Код:
#if VIP_SYSTEM == true
            case 9: // Class: Donor
            {
                if(IsPlayerVIPLevel(playerid,0)) return SendClientMessage(playerid,COLOR_RED -1, "YOU ARE NOT DONOR");
                SendClientMessage(playerid,COLOR_YELLOW,"[ For donor help and commands, checkout /Dhelp for more. ]");
                SetPlayerArmour(playerid,100.0);
                ResetPlayerWeapons(playerid);
                //Assault / Rifle
                GivePlayerWeapon(playerid,31,700);
                //Pistol
                GivePlayerWeapon(playerid,22,500);
                //Shotgun / Micro machinegun
                GivePlayerWeapon(playerid,26,500);
                GivePlayerWeapon(playerid,32,500);
                //Thrown
                GivePlayerWeapon(playerid,16,10);
                GivePlayerWeapon(playerid,35,5);
                //Melle
                GivePlayerWeapon(playerid,9,1);

                medicine[playerid]=5;
            }
        #endif
        }
OnplayerSpawn Code:http://pastebin.com/mXjgPj3F
Reply


Messages In This Thread
not DONOR but can choose donor class - by PowerF - 26.01.2015, 12:01
Re: not DONOR but can choose donor class - by Excel™ - 26.01.2015, 12:37
Re: not DONOR but can choose donor class - by PowerF - 26.01.2015, 12:53
Re: not DONOR but can choose donor class - by Excel™ - 26.01.2015, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)