//Chase overview
register_clcmd("spec_mode 6", "cmdBlock")
}
public cmdBlock(id)
{
return PLUGIN_HANDLED;
}
but this doesnt work... if i set commands like say etc.. they are very well blocked using this code, but using spec_mode is not blocked. i can still give this command on console to change mode or even use spectator menu or spacebar to change views.