SA-MP Forums Archive
Random Spawns For A team (rep +) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Random Spawns For A team (rep +) (/showthread.php?tid=331803)



Random Spawns For A team (rep +) - Chris1337 - 06.04.2012

FIXED

I put the GTeam in OnPlayerSpawn Setting the selection Of class with the random spawns
pawn Код:
new Float:RandomSpawn[][4] =

if GTeam[terrorist];

{
{-1496.3367,904.7078,7.1875,90.4882},
{-1749.9264,960.2077,24.8828,177.4444},
{-1980.9019,1120.1901,53.1256,273.1997},
{-2243.8044,943.8950,66.6484,88.6631},
{-2243.4663,753.3155,49.4393,86.9318},
{-2442.1355,746.6382,35.0156,176.9609},
{-2760.9460,375.2620,5.0312,267.6648},
{-2666.2195,-19.0636,6.1328,90.7135},
{-2345.2627,-139.9374,35.5547,359.7453},
{-2033.2048,-100.5898,35.1641,0.6258},
{-1984.5894,138.2576,27.6875,90.5403}
};

It is or not?


Re: Random Spawns For A team (rep +) - Faisal_khan - 06.04.2012

Yeah it is right.