SA-MP Forums Archive
Vehicle thing, please fast answer! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicle thing, please fast answer! (/showthread.php?tid=68973)



Vehicle thing, please fast answer! - loT4r - 15.03.2009

Hey! Just tell me how to set it up so i can move around after it kicks me out of car.
I tryed


Quote:

RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid,1);

But it dont works, Please help!

Thanks!



Re: Vehicle thing, please fast answer! - Donuts - 15.03.2009

You may need to set a timer because you're calling the functions too fast between each other.


Re: Vehicle thing, please fast answer! - loT4r - 15.03.2009

Yea i thinked that too but to bad im quite new so i dont know how to set it up xD


Re: Vehicle thing, please fast answer! - Zoopaman - 15.03.2009

wait wait wait - RemovePlayerFromVehicle doesn't block movement by itself, something else in your script is causing it