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



SetPlayerWorldBounds - CAMERON_BANFIELD - 14.03.2009

Hi, i am makling a DM area and i wounder how you reset the "retPlayerWorldBounds"
Because at the moment on /exit you float back to Dmarea so... how do you reset SetPlayerWorldBounds


Re: SetPlayerWorldBounds - russiany - 14.03.2009

SetPlayerWorldBounds(playerid,20000.0000,-20000.0000,20000.0000,-20000.0000);


Re: SetPlayerWorldBounds - CAMERON_BANFIELD - 14.03.2009

thanks!