18.12.2009, 05:09
You have this error:
This mean, on line 3818 (or near this line), there is a "return" found, and the compiler expected a ";" before it, to end the statement.
Код:
(3818) : error 001: expected token: ";", but found "return"
pawn Код:
Attach3DTextLabelToPlayer(afk[playerid], playerid, 0.0, 0.0, 0.0) // <- here
return 1;