joew 7 Posted May 29 Good! I'm trying to set Neon on vehicle, but it isn't working. I'm using: - clientside: mp.events.callRemote("modNeon", true); and serverside: mp.events.add("modNeon", (player, modvalue) => { let vehicle = player.vehicle; vehicle.setNeonLightsColour(230, 0, 0); vehicle.setNeonLightEnabled(0, modvalue); vehicle.setNeonLightEnabled(1, modvalue); vehicle.setNeonLightEnabled(2, modvalue); vehicle.setNeonLightEnabled(3, modvalue); }); Could anyone help me, please+ I'm trying on vehicle: Issi (Mini cooper) Can I set it up on all vehicles? Is possible to knew if the vehicle accepts neon or another tunning part? Thank you, have a nice day! Share this post Link to post Share on other sites