[Release] Simple /extra command

Hi there, I have created a simple vehicle /extra command for police mainly

all you have to do is /extra [extra id(99 for all)] [toggle (true/false)]

That’s it, this script is completely standalone!
For any questions please Tag me

Download Here

VIDEO COMING SOON!!

2 Likes

its not working bro

it works you just have to do for example /extra 1 true and to turn the extra off just do /extra 1 false

would love to see a key bind command soon

@MACJ45_PRODUCTIONS

How would I go about adding vehicle Livery/Extras to your radial menu?

Thanks for the help.

This works aside from the /extra 99 true. doesn’t turn them all in. I tried this one because it did that and the other i use does. Any fix for that? Would like a command that turns them all on or all off. Not separately.

Is it possible to remove the (true/false)? and just have it work as (/extra 1) as a toggle itself? If that makes sense?

Please move this to realeses😊.

i need disable true command

Having a hard time understanding how this works. How do I make the extras actually work.?

SetVehicleExtra(veh, 1, toggle)
SetVehicleExtra(veh, 2, toggle)
SetVehicleExtra(veh, 3, toggle)
SetVehicleExtra(veh, 4, toggle)
SetVehicleExtra(veh, 5, toggle)
SetVehicleExtra(veh, 6, toggle)
SetVehicleExtra(veh, 7, toggle)
SetVehicleExtra(veh, 8, toggle)
SetVehicleExtra(veh, 9, toggle)
SetVehicleExtra(veh, 10, toggle)
SetVehicleExtra(veh, 11, toggle)
SetVehicleExtra(veh, 12, toggle)
SetVehicleExtra(veh, 13, toggle)
SetVehicleExtra(veh, 14, toggle)
SetVehicleExtra(veh, 15, toggle)
SetVehicleExtra(veh, 16, toggle)
SetVehicleExtra(veh, 17, toggle)
SetVehicleExtra(veh, 18, toggle)
SetVehicleExtra(veh, 19, toggle)
SetVehicleExtra(veh, 20, toggle)