Good Evening, I've noticed alot of people asking: "how do i solve this error, how do i solve that error", so i've put together a little guide on how to get around theres errors, so hee we go:
1st problem - Include file C:\Program Files\SCAR 2.03\includes\SRL/SRL.scar does not exist - or something close to that
this is the biggest error of all time. all you need to do for this is read the tutorial for installing SRL in the Install SRL forum.
2nd prolem - Semicolon (';') expected in script
make sure u put a ";" after your variables. You will also get this when you forget to put a ";" after your procedures or even you function names.
3rd problem - Unknown identifier 'AntBan' in script - or again somthing similar to that.
youve called a procedure that does not exist, you wrote a variable that does not exist or you did no include an include
so if this happens just check what either what variable you used, usually you just spelled it wrong above where you declared it. MAKE SURE YOUR SPELLING AND GRAMMER IS CORRECT!
4th problem- Close round expected in script
Count your numbers ad coding on the line which the error occurs. make sure you balance out the equation - for example if you have blabla(blabla)blabla) you need another "(" on the left to balance it out.
so it would now become: blabla((blabla)blabla)
5th problem - Duplicate Identifier i in script - or somthing like that
All this means is youve written the same thing twice or repeated it. you have the same procedure/function/variable declared twice within the script!
AND VOILA THE FAMOUS 5 ERRORS
HOPE IT HELPS![]()
exppo
credits: dontpanic - for reading through and being a great mate
&&
Jad for posting somthng like this similar..i just took another angle of it.






Reply With Quote




