18.05.2013, 12:36
First of all, you need to give a value to TEAM_ARMY and TEAM_CIA... you cannot compare the value of one variable to another variable that has no given value...
Simply add a value for TEAM_ARMY and TEAM_CIA after the #define as shown above. Where TEAM_ARMY = 0, and TEAM_CIA = 1.
pawn Код:
#define TEAM_ARMY 0
#define TEAM_CIA 1