Help me with OnPlayerKeyStateChange[SOLVED]
#8

try other key

old key:

pawn Код:
if(newkeys & KEY_SUBMISSION)
try to replace this:

pawn Код:
if(newkeys & KEY_JUMP)
or try

pawn Код:
if(newkeys == KEY_SUBMISSION)
Reply


Messages In This Thread
Help me with OnPlayerKeyStateChange[SOLVED] - by Nexotronix - 15.03.2010, 13:16
Re: Help me with OnPlayerKeyStateChange - by Jay_ - 15.03.2010, 13:53
Re: Help me with OnPlayerKeyStateChange - by Deat_Itself - 15.03.2010, 13:57
Re: Help me with OnPlayerKeyStateChange - by Jay_ - 15.03.2010, 14:04
Re: Help me with OnPlayerKeyStateChange - by Nexotronix - 15.03.2010, 14:15
Re: Help me with OnPlayerKeyStateChange - by Nexotronix - 15.03.2010, 14:19
Re: Help me with OnPlayerKeyStateChange - by Deat_Itself - 15.03.2010, 14:24
Re: Help me with OnPlayerKeyStateChange - by Brian_Furios - 15.03.2010, 14:26
Re: Help me with OnPlayerKeyStateChange - by Deat_Itself - 15.03.2010, 14:27
Re: Help me with OnPlayerKeyStateChange - by Brian_Furios - 15.03.2010, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)