Can you tell me what's the problem?
#7

Put it at the top of your gm with your other defines. Not in a callback.

pawn Код:
#define PRESSED(%0) \
    (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
Simple.
Reply


Messages In This Thread
Can you tell me what's the problem? - by Cjgogo - 20.04.2011, 14:02
Re: Can you tell me what's the problem? - by Mean - 20.04.2011, 14:04
Re: Can you tell me what's the problem? - by Cjgogo - 20.04.2011, 14:09
Re: Can you tell me what's the problem? - by Mean - 20.04.2011, 14:14
Re: Can you tell me what's the problem? - by Cjgogo - 20.04.2011, 14:17
Re: Can you tell me what's the problem? - by Cjgogo - 20.04.2011, 14:19
Re: Can you tell me what's the problem? - by Stigg - 20.04.2011, 14:20
Re: Can you tell me what's the problem? - by Cjgogo - 20.04.2011, 14:23
Re: Can you tell me what's the problem? - by Stigg - 20.04.2011, 14:26
Re: Can you tell me what's the problem? - by Cjgogo - 20.04.2011, 14:32

Forum Jump:


Users browsing this thread: 2 Guest(s)