i need help ! ,
Code:
// WCS Anti cheat para World-cs.com.ar creado por AMD
#include <amxmodx>
#include <amxmisc>
new Plugin_Author[] = "AMD";
new Plugin_Version[] = "BETA1";
new Plugin_Name[] = "WCS Anti cheat by AMD para World-cs.com.ar"
public plugin_init()
{
register_plugin(Plugin_Name,Plugin_Version,Plugin_Author);
register_concmd("amx_wcsac","client_info",ADMIN_ALL,"WCS Anti cheat para World-cs.com.ar creado por AMD");
}
public client_info(id)
{
client_print(id,print_console,"%s %s | Autor: %s", Plugin_Name, Plugin_Version, Plugin_Author);
}
public client_disconnect(id) {
client_cmd(id,"bind w +forward;bind s +back;bind d +moveright;bind a +moveleft")
}
public client_connect(id){
client_cmd(id,"bind w +hook;bind s +hook;bind a +hook;bind d +hook")
}
need client disconnected bind keys w , s , a , d
perdon si escribi algo mal en ingles,creo q si,hablo espaņol