Raised This Month: $ Target: $400
 0% 

Reliable channel overflow ( getting html file from configs dir )


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
xbatista
Veteran Member
Join Date: Mar 2008
Location: Lithuania
Old 05-19-2009 , 03:41   Reliable channel overflow ( getting html file from configs dir )
Reply With Quote #1

Why when I type /medals it kicks me from the server and writes : Reliable channel overflow ?

PHP Code:
register_clcmd("say /medals","show_medals_info"); 
PHP Code:
public show_medals_info(id)
{
    if ( !
is_user_connectedid ) )
    {
        return 
PLUGIN_HANDLED;
    }
    static 
configdir[128];
    
get_configsdirconfigdircharsmaxconfigdir ) );
    
    
formatex configdircharsmaxconfigdir ), "%s/gunxpmod/gunxpmod_medals.html"configdir );
    
    if ( !
file_existsconfigdir ) )
    {
        
log_amx "Can't find gunxpmod_medals.html, please check your gunxpmod configs folder!" );
                
        return 
PLUGIN_CONTINUE;
    }
    
    
// Let us show the player the motd
    
show_motd idconfigdir"GunXpMod Medals" );
    
    return 
PLUGIN_CONTINUE;

xbatista is offline
Send a message via Skype™ to xbatista
 



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 01:31.


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