SA-MP Forums Archive
[HELP] Stay Within The World Boundries - 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: [HELP] Stay Within The World Boundries (/showthread.php?tid=220473)



[HELP] Stay Within The World Boundries - RoiKy - 03.02.2011

hey, when i run my server and my own mode its work good..
but at the moment that i clikc on "Spawn" the game stuck and its like a Textdraw on the middle of the screen
Stay Within The World Boundries
thats what its says, anyone can help me?

Thank you all.


Re: [HELP] Stay Within The World Boundries - Michael@Belgium - 03.02.2011

Delete in you script
pawn Код:
SetPlayerWorldBounds(playerid, ...)



Re: [HELP] Stay Within The World Boundries - RoiKy - 04.02.2011

i dont have this line on my gamemode

now its stuck on "Loading"


Re: [HELP] Stay Within The World Boundries - Kwarde - 04.02.2011

I had this before, idk who helped anymore but add this in your script (if it ain't there yet):

pawn Код:
AddPlayerClass(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
It must be in the OnGameModeInit callback