where do i find the colours of the teams?
#1

Hi,

I got a question! Where do I find the colours of the teams? For example:
Код:
#define TEAM_BALLA_COLOR 0xFF00FFAA // Bright Purple
And when I defined them, I should add them here?

Код:
SetPlayerTeamFromClass(playerid, classid)
{
    if (classid == 0)
    {
        gTeam[playerid] = TEAM_GROVE;
    }
    else
    {
        gTeam[playerid] = TEAM_BALLA;
    }
}
But when there are more teams, like Vagos and Police, how should I add them in this if-else thing??
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)