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



Prison =/ - IVuljak - 30.04.2009

Hi again!
I need help about changing world bounds.
Can someone tell how to do it...I know how to save position but which part of this I have to use for world bounds
pawn Код:
-1545.722412, -430.690186, 7.778721, 0.0000, 0.0000, 134.8275
Any help would be useful :P


Re: Prison =/ - ferriswheel - 30.04.2009

You'd use SetPlayerWorldBounds to do what you're after.
Код:
-1545.722412, -430.690186, 7.778721, 0.0000, 0.0000, 134.8275
Those numbers you got from /save are in this format
Код:
PositionX, PositionY, PositionZ, RotationX, RotationY, RotationZ
(Where X, Y and Z mean "On the X, Y or Z axis")


Re: Prison =/ - IVuljak - 30.04.2009

So does it has to look something like this or...
/imageshack/img254/63/prisonm.jpg

So


Re: Prison =/ - IVuljak - 01.05.2009

please help