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