Thread: Kill Messages
View Single Post
Snake60
Senior Member
Join Date: Jul 2008
Location: Russia, Pskov
Old 02-14-2011 , 09:16   Re: Kill Messages
Reply With Quote #20

Quote:
Originally Posted by siangc View Post
Hm found another bug. I've made some new graphics, so I changed the file names in killmessage_basicsupport.cfg, but it still downloads the old graphics. Seems like it doesn't read from it.
Replace this part of code:
PHP Code:
    GetConVarString(_hGrenadeOverlay_sGrenadeOverlaysizeof(_sGrenadeOverlay));
    
GetConVarString(_hHeadShotOverlay_sHeadShotOverlaysizeof(_sHeadShotOverlay));
    
GetConVarString(_hKnifeOverlay_sKnifeOverlaysizeof(_sKnifeOverlay));
    
GetConVarString(_hKillOverlayNaming_sKillOverlayNamingsizeof(_sKillOverlayNaming));
    
_iMaxKillStreak GetConVarInt(_hMaxKillStreak); 
right away
PHP Code:
public OnMapStart()

And it will work OK after map change
__________________

Last edited by Snake60; 02-14-2011 at 09:31.
Snake60 is offline
Send a message via ICQ to Snake60 Send a message via MSN to Snake60 Send a message via Skype™ to Snake60