how to fix it? - 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: how to fix it? (
/showthread.php?tid=597987)
how to fix it? -
hillko - 07.01.2016
how to fix it?
Re: how to fix it? -
HarrisonC - 07.01.2016
Find the following line in your script where this function is called
SetPlayerWorldBounds(playerid, ...);
If you remove this your problem should be solved
Re: how to fix it? -
hillko - 07.01.2016
Quote:
Originally Posted by HarrisonC
Find the following line in your script where this function is called
SetPlayerWorldBounds(playerid, ...);
If you remove this your problem should be solved
|
removed, but the guy flies
Re: how to fix it? -
HarrisonC - 07.01.2016
Can you show me the code for that screen you sent and what exactly you're trying to do, what is going wrong in the gamemode, what do you want to happen instead?
Re: how to fix it? -
fuckingcruse - 07.01.2016
This happens when you keeps a limit to a players moving and then setplayerpos out of that. You may either fix it by setting his pos at the most common place you can do it for him.
Re: how to fix it? -
hillko - 07.01.2016
Quote:
Originally Posted by HarrisonC
Can you show me the code for that screen you sent and what exactly you're trying to do, what is going wrong in the gamemode, what do you want to happen instead?
|
the fact that I have a parkour area.
and when I teleport to parkour zone 1, then I have this error formed