I get this error when I try to run a script. I have done brandon's method and updated the script.
[Error] C:\Simba\Includes\srl/srl/misc/SmartParams.simba(37:8): Unknown identifier 'RSReady' at line 36
Compiling failed.
I get this error when I try to run a script. I have done brandon's method and updated the script.
[Error] C:\Simba\Includes\srl/srl/misc/SmartParams.simba(37:8): Unknown identifier 'RSReady' at line 36
Compiling failed.
Where the script contains
or something to that effect..Simba Code:Smart_Server := 72;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
SetupSRL;
Replace it with
Simba Code:{$IFDEF SMART}
{$IFDEF SIMBAMAJOR980}
Smart_Server := 72;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
{$ELSE}
SRL_SixHourFix := True;
Smart_FixSpeed := True;
{$ENDIF}
{$ENDIF}
SetupSRL;
Compiled successfully in 406 ms.
SRL Compiled in 0 msec
*** Fatal Error: Pairing Clients; Attempting To Kill All Clients ***
Failed To Kill Client: 5784
Successfully executed.
How should I fix this error? I updated it and am using Brandon's simba.
Warning! You passed a wrong ye to a finder function: 525. The client has a height of 503, thus the ye is out of bounds. Setting the value to 502 (h-1) for now.
just ran a script and that warning keep messing up the debug box. Anyone can help?
i got that problem too chiken
Compiled successfully in 702 ms.
SRL Compiled in 0 msec
*** Smart Cannot Spawn Clients ***
Successfully executed.
I edited the script & it says this^
smart cant seem to put my username or pass in lol
Chicken? Are you talking about the user above you?
DO THIS, it works 100% for that problem-
1. Go into your globals.simba
2. Search for 765, 503...and everywhere you see 503, change it to 565. Bam, problem gone.
Start Simba FIRST with NO script. Then open your script while you are inside Simba. Also make sure you Run as Administrator.
You didn't do something right then...
sorry im having the same problem as motor mouse was having from the first page id paste it but i cant seem to do that
Is anyone else having this error?
[Error] C:\Simba\Includes\srl/srl/misc/SmartParams.simba(37:8): Unknown identifier 'RSReady' at line 36
Compiling failed.
So, I'm trying to make a fix for a script, that will no longer be updated, and when I can get it stable enough to use, I'll ask for permission to release it from the owner. While compiling it, I get;
[Error] C:\Simba\Includes\srl/srl/misc/smart.simba(53:19): Invalid number of parameters at line 52
Go to Line 52, no text is there. Advice?
Got it!!
Thanks guys!!
[Error] C:\Simba\Includes\SRL/SRL/Misc/SMART.simba(53:19): Invalid number of parameters at line 52
is this script issue?
The error I am now getting is my runes don't have a icon & I am in safe mode...
There are currently 2 users browsing this thread. (0 members and 2 guests)