Hey, I need help to add remove button for vdk-inventory pleaze
Hello, is in the vdkinv.lua,
function ItemMenu(itemId)
ClearMenu()
MenuTitle = "Details:"
Menu.addButton("Utiliser", "use", itemId) -- You can remove this
Menu.addButton("Donner", "give", itemId) -- and this
end
Thanks man and have you got a short cut to open / close vehicle with vehcontrol pleaze ?
You may use M to open vehcontrol
1 Like
Yes but a short cut to direcly open / close car (whitout open vehcontrol menu)
It’s U for me You can change this in the client file ^^
Ok thanks i look now
Arg … In my vehcontrol i haven’t got any client file only that http://imgur.com/a/ylpcL
I have write this:
function ItemMenu(itemId)
ClearMenu()
MenuTitle = “Details:”
Menu.addButton(“Supprimer”, “remove”, itemId)
Menu.addButton(“Donner”, “give”, itemId)
end
But doesn’t work
Please contact the Original author or post below their release topic.