18.07.2012, 12:56
Have you added
at the top of your script under your includes?
Have you defined your teams?
Answer me these questions, and apply them to your script, then tell me if you return any errors.
pawn Код:
new gTeam[MAX_PLAYERS];
Have you defined your teams?
pawn Код:
#define TEAM_COP 0
#define TEAM_BISTRO 1
#define TEAM_DRIVER 2

