Posts: 19
Threads: 2
Joined: Nov 2011
Reputation:
0
Ok so i get the errors "warning 217: loose indentation" 4 times
" warning 219: local variable "idcar" shadows a variable at a preceding level" 1 time
"error 001: expected token: ")", but found "{"" 1 time
If you guys can help me fix this i would be really thankful.
Thanks.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
1. You got wrongly indented code at that position. Check if you tabbed in every new paragraph.
2. You are using a variable named idcar two times at the same time, probably one time global and one time in some function. Rename one of them.
3. You forgot to cloase a bracket somewhere, maybe in a function header.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Hm if you want to send me a link and ill give it a look.
We can still see if you want to pay me something then, but ill probably make it for free if it isnt something big.
Posts: 19
Threads: 2
Joined: Nov 2011
Reputation:
0
ok another problem now "fatal error 100: cannot read from file: "utils"" rest of warnings away
Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by Dark734
No but seriously.
Y U NO INDENT YOUR SCRIPT AND Y U NO CLOSE UR BRACKETS
(Sorry, I wanted to do this so much one day )
|
Shit I wanted to do that :<