Raised This Month: $ Target: $400
 0% 

Strange Bug plz help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
More
Member
Join Date: Nov 2004
Location: Internet
Old 06-07-2005 , 09:53  
Reply With Quote #3

Code:
public check_input(id,level,sid) {     if ( ! cmd_access(id,level,sid,0))     {         client_print(id, print_chat,"You have no access to that command")         return PLUGIN_HANDLED     }     new message[20]     read_args(message,18)     remove_quotes(message)             if (containi(message,"/password")!= -1)     {         cmd_pw(id)     }     if(containi(message,"/generate") != -1)     {         password_generator()     }     if(containi(message,"/nopassword") != -1)     {         cmd_nopw()     }     if(containi(message,"/warhelp") != -1)     {             show_motd(id, "addons/amxmodx/configs/warhelp.txt")     }     if(containi(message,"/war") != -1)     {         cmd_war(id,level,sid)     }     if(containi(message,"/restore") != -1)     {         cmd_unwar(id,level,sid)     }     return PLUGIN_CONTINUE // here i let the say command reach the server and let it be printed out (PLUGIN_HANDLED had blocked this)     }
More 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 16:35.


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