button help
can somebody give me an example if an player use for 3 times button "K" for example to do something.
Hope you understand Thanks |
Re: button help
There's no way to check if they're hitting a specific key, but there are 2 things you can do:
1) Force them to bind the K key to a registered command 2) Tell them to bind any key to the command if it doesn't matter that it's the K key I imagine the second is preferable, but if you need to know if they're hitting K, the first is. |
Re: button help
ok, i need the name of event who are execute before freezetime ; not ResetHud
|
Re: button help
Taken from VEN's round scripting tutorial:
Code:
|
Re: button help
what's wrong ?
Code:
#include <amxmodx> |
Re: button help
Well, it's extremely bad practice, and it's really easy for them to just bind it to something else. Here's a cleaned up version, though:
Code:
|
| All times are GMT -4. The time now is 00:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.