01.08.2015, 04:39
This zone and here my code below:
PHP код:
stock SetRandomSpawn(targetid)
{
new Float:x, Float:y, Float:Z;
x = random(2655) - 2275;
y = random(201) - 368.0;
MapAndreas_FindZ_For2DCoord(x, y, Z);
SetPlayerPos(targetid, x, y, Z);
return 1;
}