classid
#2

In OnPlayerSpawn
pawn Код:
if(GetPlayerTeam(playerid)== YOUR_TEAM_IDS) //swap for your team id
{
    SetPlayerPos(playerid,x,y,z); //spawnpoint co-ords
}
]if(GetPlayerTeam(playerid)== YOUR_TEAM_IDS)//swap for another team id
{
    SetPlayerPos(playerid,x,y,z); //more spawnpoint co-ords
}
If you are not using teams just swap if(GetPlayerTeam(playerid)==blahblah -for- if(GetPlayerSkin(playerid)==blahblah
Reply


Messages In This Thread
classid - by billiout - 08.08.2010, 08:27
Re: classid - by iggy1 - 08.08.2010, 08:31
Re: classid - by billiout - 08.08.2010, 08:38
Re: classid - by Carlton - 08.08.2010, 08:39
Re: classid - by iggy1 - 08.08.2010, 08:41
Re: classid - by billiout - 08.08.2010, 08:42
Re: classid - by iggy1 - 08.08.2010, 08:47
Re: classid - by billiout - 08.08.2010, 08:49
Re: classid - by iggy1 - 08.08.2010, 08:53
Re: classid - by billiout - 08.08.2010, 09:03

Forum Jump:


Users browsing this thread: 1 Guest(s)