06.11.2010, 09:02
If I had a team define (e.g #define team_australia) and no addplayerclass line for australia's spawn also with a 'AUSTRALIA' name that comes up when surfing through classes, would the server keep on restarting?
#define team_1 0
#define team_2 1
#define team_cows 2
enum{
team_1,
team_2,
team_cows
};