Talk:Creating Teams

From Valve Developer Community
Revision as of 07:41, 10 February 2007 by Jadepanther (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I get these error when compiling player.cpp player.cpp .\player.cpp(5673) : error C2065: 'TEAM_COMBINE' : undeclared identifier .\player.cpp(5673) : error C2227: left of '->GetNumPlayers' must point to class/struct/union/generic type .\player.cpp(5673) : error C2065: 'TEAM_REBELS' : undeclared identifier .\player.cpp(5673) : error C2227: left of '->GetNumPlayers' must point to class/struct/union/generic type Creating browse information file...

if I comment out the code thats from the tutorial it compiles without error.--Jadepanther 06:41, 10 Feb 2007 (PST)