Captien Posted November 23, 2017 Share 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 Link to comment Share on other sites More sharing options...
Captien Posted November 24, 2017 Author Share Posted November 24, 2017 Resource is now back working after some fatal errors. Link to comment Share on other sites More sharing options...
PanaFive Posted December 26, 2017 Share Posted December 26, 2017 Thank's man it's cool Link to comment Share on other sites More sharing options...
aliakyurek Posted January 7, 2018 Share Posted January 7, 2018 where to put the file Link to comment Share on other sites More sharing options...
CitadelServers Posted January 22, 2018 Share 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. Link to comment Share on other sites More sharing options...
John_Miller Posted June 27, 2018 Share Posted June 27, 2018 what command turns on the light in the car ? Link to comment Share on other sites More sharing options...
John_Miller Posted June 28, 2018 Share 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 Link to comment Share on other sites More sharing options...
Mikee Posted July 3, 2018 Share Posted July 3, 2018 Good job! Link to comment Share on other sites More sharing options...
KPbISS Posted February 6, 2019 Share Posted February 6, 2019 is it possible to make them more brighter? Link to comment Share on other sites More sharing options...
hubba Posted February 6, 2019 Share Posted February 6, 2019 2 hours ago, KPbISS said: is it possible to make them more brighter? NO,SORRY Link to comment Share on other sites More sharing options...
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