Raised This Month: $ Target: $400
 0% 

anyone can do this plugin?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
SystemCare
New Member
Join Date: Jul 2014
Old 07-24-2014 , 13:56   Re: anyone can do this plugin?
Reply With Quote #4

Maybe try to block the command "/spec" ?
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "User"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /spec""block")
}
public 
block()
    return 
1
SystemCare 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 12:57.


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