View Single Post
Author Message
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 11-25-2011 , 10:15   help fuckin mismatch.
Reply With Quote #1

Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Warning: Tag mismatch on line 80
Header size:            852 bytes
Code size:             3612 bytes
Data size:             2560 bytes
Stack/heap size:      16384 bytes; estimated max. usage=322 cells (1288 bytes)
Total requirements:   23408 bytes

1 Warning.
Done.
wtf?

PHP Code:
enum Tutor_Sounds 
{
    
Notice,
    
Warning,
    
Promoted,
    
LevelUp,
    
Ready,
    
Alert,
    
Silent
}

new const 
csaw_tutor_sound[Tutor_Sounds][] = 
{
    
"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])

This is the code related to the warning.
__________________
jc980 is offline