18.12.2012, 08:44
Quote:
Maybe I'm using it wrong, but I use "GetVehicleSpeed" in OnPlayerUpdate and when player is in a vehicle. What is better, using OPU or timer? xD
|
OPU gets called quite a few times / second.
I use a timer that gets called once a second to check the speed and that's enough.