Quote:
Originally Posted by quilhos
new id = taskID - TASK_TUT;
thanks, but found other problem, expected token: ";" but found "-identifier-", but in another line
|
It's the exact same problem, is it that hard to replicate the fix, adding ; on the end of that line ?
But still, amxx compile doesn't require a ; by default, you have a #pragma semicolon (or something) in your code that requires it, just remove that and you don't have to worry about ; anymore.
__________________