Kypo
August 17, 2020, 6:01pm
1
Simple little NOS system for cars usable item and a “anti exploit” basicly what i mean by anti exploit is when a player is in the air or a bike doing a wheelies it will stop the car midair to stop flying cars and to stop bikes doing wheelies and boosting into the air it will put the front wheel down!
Can be used in boats but not in planes or helicopters as it stops them in place.
Screenshots of effects
Ill make a video showcasing it soon
Download Link
Requirements
Hello.
I spent some time trying different ways of doing this and ended up making a basic NUI that adds progress bars that you can add for when using something in your inventory script for example, basically however you want.
This is really basic and in the __reosurce.lua I export the function to start the progress bar with time in MS and the text you want it to display. Example will be below. This is simple to use and because I use export you can add it into any resource you want.
exports['pr…
Change Logs:
1. Only works in cars now! before you where able to use it on foot!
2. Using progrssBars as a cooldown feature!
4 Likes
@kyp adaptable to helo or boat ?
Kypo
August 17, 2020, 6:07pm
3
Yep it should work with everything u can get into
1 Like
d0p3t
August 17, 2020, 7:25pm
4
Not sure why you’d run all these natives every single frame. They are unused except the vehicle if NOS is active and you press a button https://github.com/KypoDev/kypo-esx-nos/blob/master/kypo-esx-nos/client.lua#L39-L50
Kypo
August 17, 2020, 7:32pm
5
True Updated them just now i was using them for testing
d0p3t
August 17, 2020, 7:39pm
6
In server.lua row 17 need to change
xPlayer.removeInventoryItem(item, quantity)
to this
xPlayer.removeInventoryItem(‘nos’, 1)
Kypo
August 18, 2020, 7:08pm
8
Thank you for pointing this out i must have overlooked it
ElSol
September 6, 2020, 4:12pm
9
Is this synced between all players?
@Kypo
How can I adjust the system to give the car a real boost? The default setting is absolutely incomprehensible
Thanks for the answer Bro
1 Like
Same question. The NOS lasts for a few milliseconds. How do we make it last longer?
1 Like
did you get it last longer