17.02.2019, 09:55
I'd rather opt to make it manually, as some weapons don't have a magazine, I mean maximum shots before reload, as the Shotgun Sniper Country Rifle etc. I'd've done something like that:
Код:
ReloadWeapon(playerid, weaponid, ammo) { switch(weaponid) { case 24: { SetPlayerAmmo(playerid, weaponid, ammo + 7); magInfo[playerid][Deagle]--; } } }