Hi
I think the update that has just occured has brokoen the login part of MSI.
Smart just does not start typing in your username or pass?
Anyone else having this problem?
Hi
I think the update that has just occured has brokoen the login part of MSI.
Smart just does not start typing in your username or pass?
Anyone else having this problem?
It works fine for me. Can you try to run this, please?:
Simba Code:program new;
{$i SRL/SRL.simba}
const
WORLD = 34;
MEMBERS = True;
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do
begin
Name := '';
Pass := '';
Pin := '';
Active := True;
end;
end;
procedure Setup;
begin
SMART_Server := WORLD;
SMART_Members:= MEMBERS;
SetupSRL;
DeclarePlayers;
LoginPlayer;
SetAngle(SRL_ANGLE_HIGH);
end;
begin
Setup;
end.
If it does not work, please make sure your graphics settings are all correct and your Simba / SRL / MSI are fully updated.
Login is working fine, marking this as resolved.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
There are currently 1 users browsing this thread. (0 members and 1 guests)