error 001: expected token: ";", but found ")"
#9

Declare them as VARIABLES. As long as you do:
pawn Код:
#define <symbol>
an example:
pawn Код:
// it's incorrect
#define finishCheck1
will give you the same errors you get. The correct way is:
pawn Код:
// global:
new caligulacheck, dragoncheck, clowncheck, finishCheck1, finishCheck2, finishCheck3;
Next time, it would be easier for the users (including me) to answer the questions we ask.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)