Quote:
Originally Posted by HydraX
Quote:
Originally Posted by mansonh
Thats a nice one if you have specific areas
There is however another way which is completely random, using the samp-gta map system zreset SetPlayerPosFindZ.
pawn Код:
public OnPlayerSpawn(playerid) { new Float:randx = float(random(4000)-2000); new Float:randy = float(random(4000)-2000); SetPlayerPosFindZ(playerid, randx, randy, 0.0); return 1; }
|
This is more for pros or experts
|
I'll take that as a compliment.
But it is still easy to use for new scripters, they don't need to know exactly how it works.
Quote:
Originally Posted by Reality King
i use this and its a pretty good way :P
|