09.02.2015, 17:29
now.....When i use c-bug the server banned me for ammo hack how to check if the player pressed key fire and didn't press c key ?
my code to check for the key
my code to check for the key
PHP код:
#define PRESSED(%0) \
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
PHP код:
if (PRESSED(KEY_FIRE))