Is my coding right?
#2

Change:
pawn Код:
if(newkeys==KEY_HANDBRAKE)
To:
pawn Код:
if (newkeys & KEY_HANDBRAKE)
Reply


Messages In This Thread
Is my coding right? - by Robert_Crawford - 23.02.2011, 15:06
Re: Is my coding right? - by HyperZ - 23.02.2011, 15:15
Re: Is my coding right? - by Miguel - 23.02.2011, 15:27
Re: Is my coding right? - by Robert_Crawford - 24.02.2011, 00:13
Re: Is my coding right? - by Serbish - 24.02.2011, 00:18
Re: Is my coding right? - by Robert_Crawford - 24.02.2011, 00:24
Re: Is my coding right? - by maramizo - 24.02.2011, 00:27
Re: Is my coding right? - by Robert_Crawford - 24.02.2011, 00:32
Re: Is my coding right? - by Serbish - 24.02.2011, 00:36
Re: Is my coding right? - by maramizo - 24.02.2011, 00:37

Forum Jump:


Users browsing this thread: 1 Guest(s)