[Tutorial] Key Presses, and how to use them!(KeyStateChange)
#4

There are errors on the script on every if statement:

Код:
if(PRESSED (KEY FIRE) 
... rest of code
should be:

Код:
if(PRESSED (KEY FIRE)) 
... rest of code
and so on.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)