Keys in other callback's.
#3

Try:

pawn Код:
#define PRESSED(%0) \
    (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
Lots of info here:

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
https://sampwiki.blast.hk/wiki/GetPlayerKeys
Reply


Messages In This Thread
Keys in other callback's. - by budelis - 26.07.2012, 13:10
Re: Keys in other callback's. - by Vince - 26.07.2012, 13:16
Re: Keys in other callback's. - by Stigg - 26.07.2012, 13:19
Re: Keys in other callback's. - by budelis - 26.07.2012, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)