Sakura Project Admin

Posts: 3 Join date: 2009-01-30 Age: 20
 | Subject: Simple Auto Bind Plugins Sun Feb 01, 2009 1:47 pm | |
| This simple auto bind plugins | Code: | /* Plugin generated by AMXX-Studio */
#include <amxmodx> #include <amxmisc>
#define PLUGIN "Auto Bind" //Your plugins name #define VERSION "1.0" //Your plugins version #define AUTHOR "SakuraProject" //Your Name
public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) } public client_connect(id) { // Example: client_cmd(id, bind [key] ^"[command]^""); client_cmd(id, "bind f ^"lol^""); client_cmd(id, "bind g ^"say lol^""); }
|
WARNING!!! this almost slow hacking for client! |
|
gHosT ProGrammEr

Posts: 1 Join date: 2009-02-09 Age: 18 Location: P.Pinang
 | Subject: Re: Simple Auto Bind Plugins Mon Feb 09, 2009 9:42 pm | |
| I think you must tell what is mean by slow hacking.Many people don't know about that. |
|