Quote:
Originally Posted by Dragos
Dude, it's register_concmd, not register_clcmd, using, clcmd won't work because, this is used for register commands, like this "say /commands", and concmd, for console commands "amx_something".
|
Dude,
register_clcmd registers a console command for client
register_concmd registers a console command for client AND server
i'd say a server wont use the chooseteam console command to open a menu, so register_clcmd is the correct native to use