SA-MP Forums Archive
HELP! - 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! (/showthread.php?tid=93747)



HELP! - MARTLMHK - 26.08.2009

how can I make worldbounds oround los santos. how to get the coords for funktsion? (SetPlayerWorldBounds)


Re: HELP! - cozza123456 - 26.08.2009

Explain more clearly and make sure typing is correct as i cannot understand words like thsf9i


Re: HELP! - Correlli - 26.08.2009

Quote:
SetPlayerWorldBounds(playerid,Float_max,Float_ min,Float:y_max,Float:y_min);

playerid The player you want to set the boundaries of.
Float_max The max. x-coordinate where the player can go.
Float_min The min. x-coordinate where the player can go.
Float:y_max The max. y-coordinate where the player can go.
Float:y_min The min. y-coordinate where the player can go.
This function does not return a specific value, it's best to simply ignore it.
Try and help yourself with this.