View Single Post
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 06-01-2010 , 17:17   Re: Quake Style Switch
Reply With Quote #10

Bugfix, replace
PHP Code:
    g_fSwitchDelay = (float(SWITCH_DELAY)*0.001); // I don't want to do this function each time someone switches weapons (saving CPU) 
with
PHP Code:
    #if SWITCH_DELAY > 0
    
g_fSwitchDelay = (float(SWITCH_DELAY)*0.001); // I don't want to do this function each time someone switches weapons (saving CPU)
    #endif 
__________________
Join US - custom Zombie Server - Custom Addons:



Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r