How can i make 2 different spawn-points?
#2

Why make two topics??

https://sampforum.blast.hk/showthread.php?tid=383936

Anyways:

Here:

PHP код:
public OnPlayerSpawn(playerid)
{
    if(
GetPlayerTeam(playerid) == GROVE_STREET)
    {
        
SetPlayerPos(playeridX,Y,Z); //Replace X Y Z with your spawn coordinates.
    
}
    else if(
GetPlayerTeam(playerid) == POLICE)
    {
        
SetPlayerPos(playeridX,Y,Z); //Replace X Y Z with your spawn coordinates.
    
}
    return 
1;

Reply


Messages In This Thread
How can i make 2 different spawn-points? - by SAMP_Bosch - 09.10.2012, 17:15
Re: How can i make 2 different spawn-points? - by gtakillerIV - 09.10.2012, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)