You could try this, don't know if it will work:
Code:
public client_PreThink(id) {
if(!is_user_alive(id)) {
return PLUGIN_CONTINUE;
}
new button = get_user_button(id);
if(button & IN_ATTACK2) {
entity_set_int(id,EV_INT_button,button & ~IN_ATTACK2);
}
return PLUGIN_CONTINUE;
}
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS