Originally Posted By: DJBMASTER
Lite-c is case-sensitive so make sure you define all of your objects correctly.
"Function" with a capital "F" is wrong for creating a function, that's why the compiler is complaining. Use "function" instead of "Function".

C-script didn't care about what case the names of objects were, but lite-c is very strict on it. You get this in higher languages like C++ so it's good programming sense.


Thank's mate you learn some new every day!.
i get some error on line 38 now, i guess i got a lot of stuff to check.

i use the syntax check and it finds it to be clean, but when i run the script it reports there is a syntax error on line 38.

Solved

Last edited by FireArm; 06/13/08 21:00.