View Single Post
padilha007
Senior Member
Join Date: Jul 2008
Old 11-25-2011 , 10:42   Re: help fuckin mismatch.
Reply With Quote #3

PHP Code:
enum Tutor_Sounds  

    
Notice
    
Warning
    
Promoted
    
LevelUp
    
Ready
    
Alert


new const 
csaw_tutor_sound[][] =  

    
"csaw_vox/tutor_notice.wav",  
    
"csaw_vox/tutor_warning.wav",  
    
"csaw_vox/tutor_promoted.wav"
    
"csaw_vox/tutor_levelup.wav",  
    
"csaw_vox/tutor_ready.wav"
    
"csaw_vox/tutor_alert.wav"


public 
plugin_precache() 

    for(new 
0sizeof csaw_tutor_soundi++) 
    {
        
precache_sound(csaw_tutor_sound[i]);
    }

__________________

padilha007 is offline