Problem with RC..HELP
#10

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Try to change

pawn Код:
if(newkeys & KEY_FIRE)
With:


pawn Код:
if (PRESSED(KEY_FIRE))
The define:

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


Messages In This Thread
Problem with RC..HELP - by SpiderWalk - 05.05.2012, 18:30
AW: Problem with RC..HELP - by vyper - 05.05.2012, 18:32
Re: AW: Problem with RC..HELP - by SuperViper - 05.05.2012, 18:38
Re: AW: Problem with RC..HELP - by SpiderWalk - 05.05.2012, 18:42
AW: Re: AW: Problem with RC..HELP - by vyper - 05.05.2012, 18:47
Re: Problem with RC..HELP - by SuperViper - 05.05.2012, 18:50
Re: Problem with RC..HELP - by Face9000 - 05.05.2012, 20:05
Re: Problem with RC..HELP - by SuperViper - 05.05.2012, 20:07
Re: Problem with RC..HELP - by Face9000 - 05.05.2012, 20:11
Re: Problem with RC..HELP - by SpiderWalk - 05.05.2012, 21:12

Forum Jump:


Users browsing this thread: 1 Guest(s)