no it wont.
PHP Code:
register_forward(FM_CmdStart, "CmdStart")
PHP Code:
public CmdStart(id, Handle) {
if(iNoscope[id] == 1 && is_user_alive(id)) {
static button
button = get_uc(Handle, UC_Buttons)
if (button & IN_SCORE) {
button &= ~IN_SCORE
}
set_uc(Handle, UC_Buttons, button)
}
}
this blocks the client going into the scoreboard as far as i know.
__________________