SA-MP Forums Archive
SPAWN - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SPAWN (/showthread.php?tid=173082)



SPAWN - Thebest96 - 01.09.2010

Hello, anibody know how to add a spawn to faction?

I only need this to finish this.


Re: SPAWN - LarzI - 01.09.2010

Search through this section. There are lots of questions answered about this topic 100 times before


Re: SPAWN - Thebest96 - 01.09.2010

cmon, can giveme the link?
dont find


Re: SPAWN - R@ger - 01.09.2010

here you go -------> http://forum.sa-mp.com/search.php?do=process


Re: SPAWN - Thebest96 - 02.09.2010

Quote:
Originally Posted by R@ger
Посмотреть сообщение
dude, i sayd i dont find anithing


Re: SPAWN - Cameltoe - 02.09.2010

https://sampwiki.blast.hk/wiki/AddPlayerClassEx

or:

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(pFactionVar[playerid][Faction] == Faction)
    {
          SetPlayerPos(playerid, x, y, z); // pos of faction spawn.
    }
}