25.07.2009, 14:53
Quote:
Originally Posted by ۞●•λвнiиаv•●۞
Yes...can you tell us how you have saved the information that a Player is in TEAM_MEDIC or not.
I mean the variable that have the information about the player's TEAM. Tell the declaration also...like new TEAM.... or #define TEAM...[/b] or whatever. I will then give you a working code for that. Thank You -Abhinav |
than i have #define TEAM_MEDIC
#define TEAM_MEDIC_COLOR bla bla bla /blue i think thats all
here are codes:
Код:
static gTeam[MAX_PLAYERS];
Код:
#define TEAM_MEDIC 1
Код:
#define TEAM_MEDIC_COLOR 0x0000BBAA //BLUE
ty