How to detech "buy" console command.
That's all, i want detect when a player put "buy" in console.
register_concmd don't work. |
Re: How to detech "buy" console command.
register_clcmd?
|
Re: How to detech "buy" console command.
God.
|
Re: How to detech "buy" console command.
Command is only sent to server when player is in buyzone.
|
Re: How to detech "buy" console command.
I can't detect with a event, because there isn't a event for that in HL1.
I have tried with this. PHP Code:
I try with cmd_buy and a clcmd and nothing. I'm getting crazy, it's impossible? |
Re: How to detech "buy" console command.
register_clcmd("buy", "ClientCommand_Buy")
This works all fine, you have to be alive and in buyzone so it works. |
Re: How to detech "buy" console command.
That's the problem, i was making a plugin which make a custom buy menu pressing buy key and deleting func_buyzone.
|
Re: How to detech "buy" console command.
You can't use "buy" command for this.
|
| All times are GMT -4. The time now is 21:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.