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

In weapon_awp.cpp, line 153:
Quote:
Originally Posted by weapon_awp.cpp
void CAWP::AUGFire
should be:
Quote:
Originally Posted by weapon_awp.cpp
void CAWP::AWPFire
----------------------

In multiplay_gamerules.cpp, lines 238, 245, 252 and 259, you're using sprintf incorrectly (I'm not sure what you meant, but it was probably a ClientPrint)
In the same file, line 268, there's an incomplete statement:
Quote:
Originally Posted by multiplay_gamerules.cpp:268
m_ =

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