Code:
query_client_cvar(id, "wallhax", "result_func")
..
public result_func(id, const cvar[], const value[]) {
new num = str_to_num(value)
if(num > 0) {
//kick player or w/e
}
}
btw, i think sv_aim is only working for clients when server has sv_cheats enabled
__________________