SA-MP Forums Archive
Stuck on vehicle steal - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Stuck on vehicle steal (/showthread.php?tid=447931)



Stuck on vehicle steal - Bharel - 02.07.2013

If a player steals a vehicle and cancels it in the middle, he gets stuck. Any way to solve it Server/Client side?
0.3x, win7 samp.gcnr.tk no mods loaded.


Re: Stuck on vehicle steal - Akira297 - 04.07.2013

I've had this related issue. I believe it's Client Sided. How too fix it? I am not sure at this moment.


Re: Stuck on vehicle steal - Bharel - 08.07.2013

bump


Re: Stuck on vehicle steal - Infinitas - 08.07.2013

You can get unfrozen by using any type of animation.


Re: Stuck on vehicle steal - Bharel - 09.07.2013

We know how to get unfrozen, but how can we prevent it from happening in the first place?


Re: Stuck on vehicle steal - [FSaF]Jarno - 09.07.2013

OnPlayerEnterVehicle, set a timer. OnPlayerStateChange, kill that timer. (timer probably 10 seconds, i dunno how long it takes max to get into a car) if that timer gets to it's end, the player most likely failed entering the car (or, in this case, cancelled it), and ClearAnimations.


Re: Stuck on vehicle steal - Bharel - 13.07.2013

Interesting idea, I'll try it out. Thanks Jarno +repped