22.05.2016, 04:52
I wanted to make a lumberjack system but i cant find how to detect player holding the KEY_FIRE.
I already try to use the code below , but it not work
Someone can help me?
I already try to use the code below , but it not work
PHP код:
#define HOLDING(%0) ((newkeys & (%0)) == (%0))