Auto Parachute
#10

Then use this:

Код:
stock RemoveWeaponFromSlot(playerid, iWeaponSlot) 
{
    new wps[13][2];
    for(new i = 0; i < 13; i++)
        GetPlayerWeaponData(playerid, i, wps[i][0], wps[i][1]);

    wps[iWeaponSlot][0] = 0;

    ResetPlayerGuns(playerid);

    for(new i = 0; i < 13; i++)
        GivePlayerGun(playerid, wps[i][0], wps[i][1]);

    return 1;
}

RemoveWeaponFromSlot(playerid, 11);
Reply


Messages In This Thread
Auto Parachute - by jeffery30162 - 27.03.2015, 03:56
Re: Auto Parachute - by Aly - 27.03.2015, 05:09
Re: Auto Parachute - by HydraHumza - 27.03.2015, 10:36
Re: Auto Parachute - by jeffery30162 - 27.03.2015, 18:38
Re: Auto Parachute - by Aly - 27.03.2015, 18:39
Re: Auto Parachute - by jeffery30162 - 27.03.2015, 18:45
Re: Auto Parachute - by Aly - 27.03.2015, 18:45
Re: Auto Parachute - by jeffery30162 - 27.03.2015, 18:47
Re: Auto Parachute - by jeffery30162 - 27.03.2015, 18:50
Re: Auto Parachute - by Aly - 27.03.2015, 18:56
Re: Auto Parachute - by Konstantinos - 27.03.2015, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)