19.07.2011, 10:17
Hi,
I got a question! Where do I find the colours of the teams? For example:
And when I defined them, I should add them here?
But when there are more teams, like Vagos and Police, how should I add them in this if-else thing??
I got a question! Where do I find the colours of the teams? For example:
Код:
#define TEAM_BALLA_COLOR 0xFF00FFAA // Bright Purple
Код:
SetPlayerTeamFromClass(playerid, classid) { if (classid == 0) { gTeam[playerid] = TEAM_GROVE; } else { gTeam[playerid] = TEAM_BALLA; } }