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

lolz I did this

public OnPlayerKeyStateChange
{
#define PRESSED(%0) \
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
return 1;
}

Compiling errors : undefined PRESSED
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: 3 Guest(s)