/////////////Help ammo shop FAST//////////////////////
#2

pawn Код:
stock GivePlayerAmmoForAllWeaps(playerid, ammo)
{
    if(ammo < 1 || !IsPlayerConnected(playerid))
        return 0;

    new _w[2];
    for(new i; i<12;i++)
    {
        GetPlayerWeaponData(playerid,i, _w[0], _w[1]);
        if(!weap[0])
            continue;

        SetPlayerAmmo(playerid, _w[0], _w[1]+ammo);
    }
    return 1;
}
Reply


Messages In This Thread
/////////////Help ammo shop FAST////////////////////// - by Mijata - 23.01.2015, 22:14
Respuesta: /////////////Help ammo shop FAST////////////////////// - by Zume - 23.01.2015, 23:28
AW: /////////////Help ammo shop FAST////////////////////// - by Saize - 23.01.2015, 23:32
Re: /////////////Help ammo shop FAST////////////////////// - by Mijata - 24.01.2015, 17:06
Re: /////////////Help ammo shop FAST////////////////////// - by Mijata - 24.01.2015, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)