[HELP] Edit car extras without a trainer

Hi there, I am currently working on a server and we are trying to stream police vehicles that have extras on them. We want to be able to edit the extras that go on the car, but we don’t want to use a trainer as it is an RP server and we don’t want trainers on it AT ALL. is there anyway for clients to edit the extras on the cars without a trainer?

go on this : http://runtime.fivem.net/doc/reference.html
Search “extra” in the search bar and go to vehicle section. You have some function which could help you

Thanks this helped a lot!

1 Like

SetVehicleExtra(veh, extra, true/false)

False would turn it on. True turns it off.

quick question where do I set the vehicle extras?