An issue with errors on a .inc file
#1

Essentially here is the code...

Code:
new delmult = (((count+1)*68)+((count+1)*1)));
new elsemult = ((count)*68)-((count)*2));
new startdel = ((count)*68)-((count)*2)-1);
And here are the errors...

Code:
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(443) : error 001: expected token: ";", but found ")"
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(443) : error 029: invalid expression, assumed zero
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(443) : warning 215: expression has no effect
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(444) : error 001: expected token: ";", but found ")"
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(444) : error 029: invalid expression, assumed zero
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(444) : warning 215: expression has no effect
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(445) : error 001: expected token: ";", but found ")"
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(445) : error 029: invalid expression, assumed zero
C:\Program Files\PAWN Compiler\include\SendClientMulti.inc(445) : warning 215: expression has no effect
If anyone could help me out, it'd be most appreciated.
Reply
#2

pawn Code:
new delmult = ((((count+1)*68)+((count+1)*1)));
new elsemult = (((count)*68)-((count)*2));
new startdel = (((count)*68)-((count)*2)-1);
You should install notepad, it's easier to manage brackets and parantheses.
Reply
#3

Quote:
Originally Posted by IstuntmanI
View Post
pawn Code:
new delmult = ((((count+1)*68)+((count+1)*1)));
new elsemult = (((count)*68)-((count)*2));
new startdel = (((count)*68)-((count)*2)-1);
You should install notepad, it's easier to manage brackets and parantheses.
Wow, thanks mate... that's what I get for running gedit instead of Emacs for a change. :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)