01.09.2010, 09:23
Hello, anibody know how to add a spawn to faction?
I only need this to finish this.
I only need this to finish this.
here you go -------> http://forum.sa-mp.com/search.php?do=process
|
public OnPlayerSpawn(playerid)
{
if(pFactionVar[playerid][Faction] == Faction)
{
SetPlayerPos(playerid, x, y, z); // pos of faction spawn.
}
}