Error: expected token: ";" but found "-identifier-"
Well I have a small problem in compilation:
PHP Code:
|
Re: Error: expected token: ";" but found "-identifier-"
you missed a ";"
learn to debug compiling errors next time. it always show you which line the error occurred. |
Re: Error: expected token: ";" but found "-identifier-"
Please show me where is my error post the code in the correctly form
|
Re: Error: expected token: ";" but found "-identifier-"
PHP Code:
PHP Code:
Impact |
Re: Error: expected token: ";" but found "-identifier-"
new id = taskID - TASK_TUT;
thanks, but found other problem, expected token: ";" but found "-identifier-", but in another line |
Re: Error: expected token: ";" but found "-identifier-"
what line ?
|
Re: Error: expected token: ";" but found "-identifier-"
Quote:
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. |
Re: Error: expected token: ";" but found "-identifier-"
At the beginning gave me two errors equal (Error: expected token: ";" but found "-identifier-"), but one is solved, but the other still remains.
Solved: PHP Code:
I don't know what's the other problem |
| All times are GMT -4. The time now is 08:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.