20.02.2014, 21:40
There are errors on the script on every if statement:
should be:
and so on.
Код:
if(PRESSED (KEY FIRE) ... rest of code
Код:
if(PRESSED (KEY FIRE)) ... rest of code