Adding to radialmenu
Add this to Config.MenuItems
Add this to Config.Commands
["+id_card"] = {
Func = function()
TriggerEvent("vms_document:showMyDocument", "id_card")
end,
},
["+driverlicense"] = {
Func = function()
TriggerEvent("vms_document:showMyDocument", "id_drive")
end,
},
["+weaponlicense"] = {
Func = function()
TriggerEvent("vms_document:showMyDocument", "id_weapon")
end,
},
["+boatlicense"] = {
Func = function()
TriggerEvent("vms_document:showMyDocument", "id_boat")
end,
},
["+flyinglicense"] = {
Func = function()
TriggerEvent("vms_document:showMyDocument", "id_fly")
end,
},
Last updated
Was this helpful?