10.05.2013, 14:42
You can reset the player world bounds by setting the parameters to 20000.0000, -20000.0000, 20000.0000, -20000.0000.
EDIT: You can add that line in OnPlayerSpawn.
pawn Код:
SetPlayerWorldBounds(playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000);