[FREE RELEASE] [vRP] Inventory Hud | Hotbar & more, secure and well coded!

Can you do so that ammo is stored, When you take out a weapon and put it in the bag again

Yes, I will do it

could you add a stash system that allows a player to store items and if you could add permissions

There are already the chests

1 Like

About the slots system is it near? :upside_down_face:

No for now

UPDATE v1.9.6

  • Added inventory notifications
  • Restyle
  • Small fixes
  • Updated installation guide

1 Like

Great Work Thanks for This Amazing Release

1 Like

UPDATE v1.9.7

  • Added 3 different ammo types: ammo-pistol, ammo-rifle and ammo-shotgun
  • Now you can also reload when the clip isn’t empty
  • Now when you holster a weapon you will receive back the ammo you didn’t use
  • Now you can add a label for each chest
  • Fixed some bugs with drop system
  • Fixed some css spacing issues
1 Like

if I dropped something on the map it doesn’t leave a mark and if I go as far away from it I find it in the drop

and if a player died and respawn his items stay with him

Do you have onesync enabled?

You need to clear the inventory on player spawn, that’s something that vRP already does

Do you have onesync enabled?
local host :slightly_smiling_face:

Yes you need it for the drop system, it’s free

I tried to add ammo to police gun shop and it was not added

Where did you add it?

In the config like this
blipId = 110,
blipColor = 1,
permission = “police.vehicle”,
items = {
[“WEAPON_COMBATPISTOL”] = 0,
[“WEAPON_NIGHTSTICK”] = 0,
[“WEAPON_FLASHLIGHT”] = 0,
[“ammo-pistol”] = 0
}
},
}
edit----------------
it worked

image
and is there a way so that the shops and the LSPD Warehouse opens when a player press e and there is a 3d text

but I tried to change the keys but it didn’t work
Config.OpenInventoryKey = ‘TAB’
Config.OpenHotbarKey = ‘LMENU’

I will do it soon

That’s because you already registered those key mappings in your client, so you need to change them on controls settings

1 Like