13.10.2012, 13:57 
	
	
	
		Add this at top
It says undefined symbol, which means that you haven't created those variables/functions.
	
	
	
	
PHP код:
enum pInfo
{
  P_DATA,
  P_Away,
};
new PlayerInfo[MAX_PLAYERS][pInfo]; 

