03.07.2017, 04:28
This is pretty simple, you can just
Where X and Y is the starting point of your desired square and where (X + X1) and (Y + Y1) results in the ending point of your desired square.
PHP код:
SetPlayerPos(playerid,X+random(X1),Y+random(Y1),z)