Captien Posted November 23, 2017 Posted November 23, 2017 (edited) Hello Guys, Today i would like to introduce my first simple resource to the public people.Vehicle indicators Vehicle indicators are the main thing in role-play. Without it you can't role-play while driving or you can cause accidents. So i did that simple resource to give some help to the community You can now download it by the following link: Download Don't forget to require it in your client-side by doing: require('indicators.js') Here is a Gist to see source code Feel free to update, copy, or change in the code. I hope you enjoy the resource, if you find any bugs please post in that topic. Edited November 24, 2017 by Captien Resource Updated. 3 1 1
Captien Posted November 24, 2017 Author Posted November 24, 2017 Resource is now back working after some fatal errors.
CitadelServers Posted January 22, 2018 Posted January 22, 2018 On 1/7/2018 at 2:58 PM, aliakyurek said: where to put the file You put the file in client_packages folder. We added this as a one click install mod over at citadel servers for our clients.
John_Miller Posted June 28, 2018 Posted June 28, 2018 В 27.06.2018 в 13:37, John_Miller сказал: what command turns on the light in the car ? mp.keys.bind(0x26, true, function() { if (signal3 && localPlayer.vehicle) { mp.game.graphics.notify('info'); localPlayer.vehicle.setInteriorlight(false); localPlayer.vehicle.setInteriorlight(false); signal3 = false; } else if (localPlayer.vehicle) { mp.game.graphics.notify('info'); localPlayer.vehicle.setInteriorlight(true); localPlayer.vehicle.setInteriorlight(true); signal3 = true; } }) If you need someone 1
hubba Posted February 6, 2019 Posted February 6, 2019 2 hours ago, KPbISS said: is it possible to make them more brighter? NO,SORRY
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now