Thread: [Subplugin Submission] [ZP] Addon: Critical Hit v1.2
View Single Post
DoviuX
Senior Member
Join Date: Jun 2009
Location: Lithuania
Old 02-03-2012 , 01:31   Re: [ZP] Addon: Critical Hit v1.2
Reply With Quote #14

When joining other server i get sent alot of these critical hit files, I think it would be better this way.

PHP Code:
new const sound_critical[] = { "sound/critical_hit/critical_hit.wav" 
-->
PHP Code:
new const sound_critical[] = "sound/critical_hit/critical_hit.wav" 
PHP Code:
    for (new 0sizeof sound_criticali++)
        
engfunc(EngFunc_PrecacheSoundsound_critical[i]) 
-->
PHP Code:
engfunc(EngFunc_PrecacheSoundsound_critical
DoviuX is offline
Send a message via Skype™ to DoviuX