SA-MP Forums Archive
SetPlayerWorldBounds - problems.. - 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: SetPlayerWorldBounds - problems.. (/showthread.php?tid=460271)



SetPlayerWorldBounds - problems.. - Matnix - 27.08.2013

....


Re: SetPlayerWorldBounds - problems.. - Dragonsaurus - 27.08.2013

Hi! Maybe you should try to reset the world bounds for the player when he exits his current zone or spawns, for example, use:
pawn Код:
SetPlayerWorldBounds(playerid, 100000.0, -100000.0, 100000.0, -100000.0);



AW: SetPlayerWorldBounds - problems.. - NaS - 27.08.2013

Well, if you use SetPlayerWorldBounds, the "old" boundaries are no longer existant.
So, in the command you have to set the players' position and then the new boundaries, or did I get something wrong?