OnPlayerKeyStateChange
#2

Why are these like this:
PHP код:
if ((newkeys KEY_SECONDARY_ATTACK) && !(oldkeys KEY_SECONDARY_ATTACK)) 
I think it should be like this:
PHP код:
if ((newkeys == KEY_SECONDARY_ATTACK) && !(oldkeys == KEY_SECONDARY_ATTACK)) 
Reply


Messages In This Thread
OnPlayerKeyStateChange - by FaZeRs - 16.01.2015, 15:33
Re: OnPlayerKeyStateChange - by ATGOggy - 16.01.2015, 16:47
Re: OnPlayerKeyStateChange - by xVIP3Rx - 16.01.2015, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)