Read my last edit
Printable View
Read my last edit
More and more errors, now it's giving me.
Unknown identifier 'Smart_Server' at line 595
with this highlighted Smart_Server := 86;
Read the OP. >_>
Hi!
Im getting the following function declaration when I start the MSI and it occurs on line 605 as: function srl_InFight: Boolean;
And this is the error recieved: [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(606:5): Unknown identifier 'ImageSetClientArea' at line 605
Compiling failed.
I've frantically tried updating simba and following the correct installation procedures but im having no progress.
Any co operation is appreciated.
-UltimateSkillage
P.S. The reason i'm posting here is that I did a google search of the error and came to a thread that redirected to this thread
MSI has been discontinued.
if i write a simple script using only movemouse clickmouse and wait functions will that still work with msi down? and also is scriptinng in simba the same as scar? i've only used scar before just downloaded simba today.
Joy another error. It keeps coming up with this:
Compiling failed.
[Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(42:33): Unknown identifier 'SmartGetDebugDC' at line 41]
with this highlighted: SMART_ClearCanvasArea(MSBox);
Thanks Solar, Fixed all the errors thanks to you. Much obliged.
[Error] C:\Users\Max\Desktop\YA 2,1.simba(373:102): Invalid number of parameters at line 372
Compiling failed.
after i searched for the earlier error (same as the one as nJoyo had) i had it fixed. Now i have a new error :(.
Any clue what i can do to fix this? I already searched through the solutions :(.
Regards,
Mehxz.
could you put the entire error(minus the line number) that a user would receive for each of the above fixes? This would make a google search direct a user here :) Also if our forum search didn't @#$@#$ it'd take them here too.
I'm still curious why we don't use google search for our forum's search. Baffled actually.
begin
Closest := TPA[0];
Smart_DrawBoxEx(False, IntToBox(Closest.X-15, Closest.Y-15, Closest.X+15, Closest.Y+15), 63232); it is about this line
HumanMMouse(Closest.X, Closest.Y, 5, 5);
if WaitUpText('ck Y', 400) then
begin
you mean like this?
I must thank you for that one!
Now the last error i got is with these lines:
begin
Smart_Server := 135; all four lines i get the same error with: Unknown identifier 'Smart_Server,members,signed and superdetail
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
Hello. I looked for the first couple of fixes you posted but couldn't find them with Ctrl+F serach function so...
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 0:8): Unknown identifier 'RSReady' at line 69
I have 8.0-- extracted the files into the Plugins folder after 0.99
Any help is appreciated!
edit: also this ( http://villavu.com/forum/showthread.php?t=92790 ) thread has similar errors
did you update your srl and simba?