gTeams help
#2

You are having something like this at OnPlayerSpawn?
pawn Код:
if (gTeam[playerid] == TEAM_NOOBS)
{
    SetPlayerColor ...
    SetPlayerPos ...
    // Go on
}
else if (gTeam[playerid] == TEAM_GANG)
{
    SetPlayerColor ...
    SetPlayerPos ....
    // Go on
}
else if (gTeam[playerid] == TEAM_MAFIA)
{
    SetPlayerColor ...
    SetPlayerPos ...
    // Go on
}
Reply


Messages In This Thread
[SOLVED]gTeams help - by suhrab_mujeeb - 07.09.2011, 15:40
Re: gTeams help - by Kingunit - 07.09.2011, 15:46
Re: gTeams help - by suhrab_mujeeb - 07.09.2011, 15:52
Re: gTeams help - by Kingunit - 07.09.2011, 16:05

Forum Jump:


Users browsing this thread: 2 Guest(s)