Raised This Month: $51 Target: $400
 12% 

help fuckin mismatch.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:05.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode