View Single Post
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 04-02-2010 , 11:10   Re: Counter-Strike SDK
Reply With Quote #3

Nice job!

EDIT: In player.cpp, lines 231 and 241, you're assigning instead of comparing:
Quote:
Originally Posted by player.cpp
if ( g_pGameRules->m_bCTCantBuy && m_iTeam = TEAM_CT )
...
if ( g_pGameRules->m_bTCantBuy && m_iTeam = TEAM_TERRORIST )

Last edited by Seta00; 04-02-2010 at 11:18.
Seta00 is offline