I'm new to this, as you can tell. I'm trying to learn from my mistakes, but it's very hard. I haven't used Simba in quite a while so when I opened it for the first time in a couple of months, I went to tools and updated it. After I had done that, I watched a couple videos to get it working.
I used these tools:
http://villavu.com/forum/showthread.php?t=97599
http://villavu.com/forum/showthread.php?t=87801
http://villavu.com/forum/showthread.php?t=96863
And after much frustration, I finally got everything in place.
But... I keep on getting this error message, which I can't wrap my head around.
When I press play the first time using:
"program new;
{$DEFINE SMART8}
{$i srl/srl.simba}
begin
ClearDebug();
SRL_SixHourFix:=True;
SMART_FIXSPEED := TRUE;
SetupSRL();
end. "
I get this error:
[Error] C:\Simba\Includes\SRL/SRL/core/login.simba(119:14): Unknown identifier 'SRL_SavePath' at line 118
Compiling failed.
When I click play again, I get an additional error:
[Error] C:\Simba\Includes\SRL\SRL\core\login.simba(89:21): Unknown identifier 'GetLobbyTab' at line 88
Compiling failed.
If anyone knows what the problem is, I would be greatful to receive help from you.
Thank you for your time.


Reply With Quote