Jerry Can

Hey, does anyone know how to implement that you can buy “weapon_petrolcan” more than once? Or fill it up? wan’t to fuel cars with pertrolcans but the item “petrolcan” doesn’t work and the weapon “weapon_petrolcan” is nearly empty when buying it.
using esx_fuel, esx_gasstation, esx_shops & esx_weaponshop

Can you post the link to the esx_fuel / esx_gasstation that you’re using? Might be able to help you

the server owner says the esx_fuel came with the profi-pack from babylon, and the esx_gasstation he doesn’t know from where it is… premium right?

edit: when I look at when the folders were created, I think both scripts come from the profi-pack
.https://babylon-gameplays.tebex.io/package/5051411

Since that is a paid resource I would recommend contacting the creator.

You could check the code to see how much ammo it says to give with weapon_petrolcan which should look like: GiveWeaponToPed(ped, 883325847, 4500, false, true)

the ‘4500’ will give it 100 “ammo” in the game which is the maximum due to GTA V limitations