Hello, I'm need some help
In this site resources, I found events (seems decompile..), and one was:
Events.OnPlayerMove.Add(functionName);
But, it does not work, when you are in car( It's bug, or what? ), and I did not find anything like: OnVehicleMove
The question is: How to get coords, [without OnPostUIDraw or other not connectable events,] when you are in car?
But, however, I can use crutch: OnPlayerMove and if plr:isDriver check coords by OnPostUIDraw..