Yet another gTeam question.
#6

@CrazyJin - Maybe an Example?
pawn Код:
// Define the teams so its easier to use later
#define TEAM_Civilian 0

#define TEAM_SANews 1

#define TEAM_Administrators 2

// Define the colours you want each team to be, its easier for later on
#define TEAM_Civilian_COLOR 0x0000BBAA // blue duh

#define TEAM_SANews_COLOR 0x33AA33AA // green duh

#define TEAM_Administrators_COLOR 0x00AA33AA

// Tracks what team a player is in
new gTeam[MAX_PLAYERS];
All I have so far.
Reply


Messages In This Thread
Yet another gTeam question. - by [MM]18240[FMB] - 31.12.2012, 20:55
Re: Yet another gTeam question. - by RedCrossER - 31.12.2012, 21:22
Re: Yet another gTeam question. - by [MM]18240[FMB] - 31.12.2012, 21:29
Re: Yet another gTeam question. - by RedCrossER - 31.12.2012, 21:35
Re: Yet another gTeam question. - by CrazyJin - 31.12.2012, 21:45
Re: Yet another gTeam question. - by [MM]18240[FMB] - 03.01.2013, 01:02
Re: Yet another gTeam question. - by mastermax7777 - 03.01.2013, 01:05
Re: Yet another gTeam question. - by [MM]18240[FMB] - 03.01.2013, 20:12
AW: Yet another gTeam question. - by Blackazur - 03.01.2013, 20:14
Re: Yet another gTeam question. - by [MM]18240[FMB] - 03.01.2013, 23:34

Forum Jump:


Users browsing this thread: 3 Guest(s)