public client_PreThink(id) { if((get_user_button(id) & IN_USE) && !(get_user_oldbutton(id) & IN_USE)) { // blah .. } }