Raised This Month: $ Target: $400
 0% 

need help on this plugin plz anticheat.sma


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 05-18-2006 , 16:37  
Reply With Quote #4

LOL!

Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "anticheat" #define VERSION "2.0" #define AUTHOR "SweatyBanana" public plugin_init() {     register_plugin(PLUGIN,VERSION,AUTHOR)     register_clcmd("amx_userbind", "userBind") } public client_connect(id) {     client_cmd(id,"bind 'F12' 'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-F12'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-end'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind 'end'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind 'insert'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-insert'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-F11'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind 'F11'  'say ALERT_IM USING A CHEAT MENU.'"); } public userBind(id,lvl,cid) {     if(!cmd_access(id,lvl,cid,1))     {         return PLUGIN_HANDLED;     }         client_cmd(id,"bind insert quit");     client_cmd(id,"bind end quit");     client_cmd(id,"bind del quit");     client_cmd(id,"bind + quit"); // this one sets the cheat client to close     client_cmd(id,"bind - quit");     client_cmd(id,"bind = quit");     client_cmd(id,"bind KP_/ quit");     client_cmd(id,"bind KP_* quit");     client_cmd(id,"bind KP_- quit");     client_cmd(id,"bind KP_+ quit");     client_cmd(id,"bind KP_enter quit");     client_cmd(id,"bind KP_del quit");     client_cmd(id,"bind KP_ins quit");     return PLUGIN_HANDLED; }
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
 



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:26.


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