Help with teams.
#5

Simple team script didn't take very long to make all info used can be found in samp's wiki pages.

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(GetPlayerTeam(playerid) == 1)
    {
        SetPlayerPos( playerid, 1667.8909, 1405.5618, 10.7801);
        SetPlayerColor(playerid, 0xFF6600AA); // Orange
    }
    else if(GetPlayerTeam(playerid) == 1)
    {
        SetPlayerPos( playerid, 1667.8909, 1405.5618, 10.7801);
        SetPlayerColor(playerid, 0xFF6600AA); // Orange
    }
    return 1;
}
Reply


Messages In This Thread
Help with teams. - by Bug. - 18.08.2012, 10:54
Re: Help with teams. - by Bug. - 18.08.2012, 11:27
Re: Help with teams. - by Tom1412 - 18.08.2012, 11:35
Re: Help with teams. - by Dan. - 18.08.2012, 11:36
Re: Help with teams. - by Tom1412 - 18.08.2012, 11:43

Forum Jump:


Users browsing this thread: 2 Guest(s)