Well this plugin works fine
Code:
/*
AMXX :anticheat.sma, v0.1
Description: Binds F12 key Automaticly on every client connect.
Most cheats use that key as menu selector.
check for updates as I will be adding more features soon.
*/
#include <amxmodx>
#include <amxmisc>
public client_connect(id)
client_cmd(0, "bind ^"F12^" ^"say ALERT_IM USING A CHEAT MENU.^"")
public plugin_init() {
register_plugin("anticheat","0.1","snk")
}
So can someone plzz redid it to: if someone press F12 then it kicks user.
Plzzzz