Is it possible to block a player open a menu from another plugin that is executed by chooseteam?
I added this to my code, but I get a warning ( Function ClCmd_ChooseTeam should return a value on line 350) when I compile.
PHP Code:
register_clcmd("chooseteam", "ClCmd_ChooseTeam")
PHP Code:
LINE 347 public clcmd_chooseteam(id)
LINE 348 {
LINE 349 if (id == it_player) return PLUGIN_HANDLED;
LINE 350 }
It player is like a team inside Tag Mod by GHW
__________________