i keep getting this error :Line 35: [Error] (15533:1): Invalid number of parameters in script
but line 35 is: FFlag(0)
is there a problem with this line?? it was working yesterday and not saying this, why now?
Printable View
i keep getting this error :Line 35: [Error] (15533:1): Invalid number of parameters in script
but line 35 is: FFlag(0)
is there a problem with this line?? it was working yesterday and not saying this, why now?
Are you sure it's not Flag(0); cause then it gives this error, but not with FFlag(0);, make sure it says FFlag(0);
i found out what it is. i had this:
CMouse
FFlag(0)
i forgot that i deleted the coords of where CMouse is supposed to go so now it says that FFlag is wrong:duh:
Also what does this mean??? Close round expected in script
close round means you have a missing set of round brackets.
ex: (hello(whats your name);
should be (hello(whats your name)); just go through and count your open and closing bracket statements.
thank you!!!
Your welcome. Gl with your smelter :)