16.10.2014, 22:10
Hello guys so im intrested in making it so when a faction member logs out then in again spawns back at the LSPD HQ, Fac1
public OnPlayerSpawn(playerid)
{
if(PlayerInfo[playerid][Faction] == 1)
{
SetPlayerPos(playerid, x, y, z);
}
return 1;
}