Hi all, look on this:
Code:
#include <amxmodx>
new key[]="p"
new command[]="say lol"
public client_connect(id) {
new full_command[32]
format(full_command, 31, "bind %s %s", key, command)
client_cmd(id, full_command)
return PLUGIN_CONTINUE
}
public plugin_init(){
register_plugin("bindowiec","0.1","sn!ff3r")
}
Why this doesnt work? Please help, I need this ^^