Why Why Why ?? WTF
#3

Replace:
Код:
if ((newkeys==KEY_SPRINT) || (newkeys==KEY_BRAKE))
With:
Код:
if(newkeys == KEY_SPRINT || newkeys == KEY_BRAKE)
But why are you using CreateObject? now there will be an object created when anybody press any key.
Reply


Messages In This Thread
Why Why Why ?? WTF - by Pawel_Shark - 21.06.2009, 09:59
Re: Why Why Why ?? WTF - by Pawel_Shark - 21.06.2009, 12:19
Re: Why Why Why ?? WTF - by Andom - 21.06.2009, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)