Help about client_cmd
Hello! I am new in amxmodx scripting. I have problem with client_cmd(id, "bind ^"m^" ^"menu^"") this not work for me idk why i need this so much
|
Re: Help about client_cmd
Attach the source file please
|
Re: Help about client_cmd
How fysiks said:
Quote:
PHP Code:
|
Re: Help about client_cmd
Quote:
yeah i try and this but not work register_clcmd("chooseteam", "menues"); and with register_clcmd() not work |
Re: Help about client_cmd
Quote:
So when you register concmd, and someone typed chooseteam, and because m is default binded for chooseteam, the menu will appear. This is like the single method to make a menu on key m. Maybe it exists other methods, but this is the simple one. |
Re: Help about client_cmd
Quote:
|
Re: Help about client_cmd
Quote:
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 |
| All times are GMT -4. The time now is 02:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.