setplayerpos and velocity - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: setplayerpos and velocity (
/showthread.php?tid=633192)
setplayerpos and velocity -
Bussyman - 26.04.2017
Hi,
I want player drop from vehicle and instantly set his velocity. In empty server i do instantly
SetPlayerPos( ... );
SetPlayerVelocity
And it's working, in bigger server with more players and systems, i just get teleported from vehicle, but my velocity is no, so it's because i need set timer, when i setplayerpos?