Need Help!!! - 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: Need Help!!! (
/showthread.php?tid=496342)
Need Help!!! -
BoOob - 21.02.2014
Hi ,
Sometimes a spawn place the player stuck at it and cant move and somtimes he can move // what i must do to fix it ?
Re : Need Help!!! -
MCZOFT - 21.02.2014
i was having this problem one time and i've fix that in that way , hope it will help you
at
OnPlayerSpawn
add there
PHP код:
TogglePlayerControllable(playerid,0);
return 1;
if dident work try to change the spawn Cords higher abit from the ground but the first step it will work 99%
Good luck !