Help
Hi
bind key m = chooseteam t = ??? l = ??? You write pl? |
Re: Help
What? Are you trying to bind your own keys or other people's?
|
Re: Help
Quote:
|
Re: Help
That was two questions.
1.) Are you trying to bind your own game keys? If yes, then you type in console: bind "key that you want" "whatever you want that key to do" Example: Code:
bind a say "hello world"If yes, then you will not get help for that here. Changing people's binds without their permission is called "slowhacking" and has been blocked by Valve. |
Re: Help
Quote:
I need a plugin pl: #include <amxmodx> #include <amxmisc> public plugin_init() register_clcmd("chooseteam", "clcmd_chooseteam") // it should be a different letter, b/l public clcmd_chooseteam(id) { //...... return PLUGIN_HANDLED } |
Re: Help
Quote:
|
| All times are GMT -4. The time now is 02:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.