Posts: 328
Threads: 79
Joined: Jan 2011
I need something like this, WHen a player has true for certain variable and drives a car , the speed should automatically boost (like 2x or 1.5x) without a need for tapping a specific button, How can i do this plz help
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
OnPlayerUpdate
What u looking for just Put ur code there and it will automatickpy update
Posts: 328
Threads: 79
Joined: Jan 2011
If i have about 30 players driving at a time, will all those timers cause me lag? and i need to add that function under onplayerstatechange (driver state) right? and how can i set like it should speed after reaching certain speed? Like where should i use getvehiclespeed function and know if speed if greater than certain limit and if so add that function. So where to add?