View Single Post
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 11-25-2011 , 22:45   Re: help fuckin mismatch.
Reply With Quote #6

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 162
Warning: Tag mismatch on line 164
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

2 Warnings.
Done.
PHP Code:
csaw_send_tutormsg(idTutor_Colors:iTypeTutor_Sounds:iSoundFloatHoldTime, const Msg[])
{
    if( 
iSound != Silent )
    {
        
client_cmd(id"spk %s"csaw_tutor_sound[iSound])
    }
        
    
message_begin(id MSG_ONE_UNRELIABLE MSG_BROADCASTcsaw_tutortext_msg, .player=id)
    
    
write_string(Msg)
    
    
write_byte(0)
    
    
write_short(-1)
    
write_shortid && !is_user_alive(id) ) 
    
write_short_:iType )
    
    
message_end()
    
    
id += TASK_OFFSET
    remove_task
(id)
    
    if( 
HoldTime 0.0 )
    {
        
set_task(HoldTime"csaw_tutor_close"id)
    }

iSound != Silent and the client_cmd
__________________
jc980 is offline