24.11.2009, 07:53
Quote:
Originally Posted by wiki.sa-mp.com
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. |