spawns.. - 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: spawns.. (
/showthread.php?tid=436754)
spawns.. -
jimis - 12.05.2013
How i can make default spawns around lv??
AW: spawns.. -
Skimmer - 12.05.2013
Do you want make random spawn places? If yes see this.
https://sampwiki.blast.hk/wiki/Random
SetPlayerPos
Or you can use simple this function below OnGameModeInit.
pawn Код:
AddPlayerClass(skinid, x, y, z, a, weapon1, ammo1, weapon2, ammo2, weapon3, ammo3);
Re: spawns.. -
RajatPawar - 12.05.2013
****** random spawns - samp. It was the first freaking tutorial on SA-MP.