30.12.2017, 16:06
This is your function -
How are you obtaining your minimum and maximum 2-D coords? You need to go in the extreme northeast, and extreme southwest direction of los santos
Also, this function won't work if used in OnPlayerConnect
Set it up at OnPlayerSpawn
Код:
SetPlayerWorldBounds(playerid,Float:x_max,Float:x_min,Float:y_max,Float:y_min);
Also, this function won't work if used in OnPlayerConnect
Set it up at OnPlayerSpawn