[RELEASE] Addon Vehicle Spawn Menu | With Template

Page Up

how do I add cars to the addon vehicle spawner

hey i was wondering when i try to make another menu ex. ThirdItem(mainMenu) and make the chategory the menu dosent open

you need to add this
local submenu = _menuPool:AddSubMenu(menu, “BCSO”)
local carItem = NativeUI.CreateItem(“10 Charger”, “10 Sheriff Charger”)
submenu:AddItem(carItem)
carItem.Activated = function(sender, item)
if item == carItem then
spawnCar(“chargval4”)
notify(“Vehicle Spawned”)
end
end
{EX}

where would i place it

Can someone help i wanna change the key to F6 but I don’t know how

i got the menu in the server and everything works but it wont spawn the cars and after you click on an option the menu wont open back up. What is it that im missing or doing wrong?


Does anyone know why I’m getting this error?

This is at the top of menu.lua

_menuPool = NativeUI.CreatePool()
mainMenu = NativeUI.CreateMenu("Vehicle Menu", "~r~Antisocial Netowrk Custom Vehicles")
_menuPool:Add(mainMenu)
_menuPool:MouseControlsEnabled (false);
_menuPool:MouseEdgeEnabled (false);
_menuPool:ControlDisablingEnabled(false);

how do i change the open menu keybind theres no row 82

i need help with it

imagine

Whats the key to open it?

How come when they spawn a car it doesn’t delete the previous car?

Hello, great menu, was just wondering if there was a way to enable “Replace Previous Vehicle” or something of that sort so multiple vehicles don’t spawn?

is there an option
to change the header ?

image

you need to change the “Antisocial Netowrk Custom Vehicles” to what you want to change. and “~y~” defines the color yellow, so when it’s ~r~ it will be red.

how do i make the menu delete players previous vehicle?

you need to have a custom car on your server and make sure you set the spawncode else you have to restart the script for it to come back up

possibly because you dont have NativeUI installed

Hey this doent work for some reason i have native ui but it aint work it is started but it aint work

is there a fix