View Full Version : How do i get it to open rs?
stenk
02-03-2012, 05:43 AM
i followed the guide on this forum
but when it comes to this bit with the code i have no idea where to put it or wwhat to press
program new;begin
end. program new;
{$DEFINE SMART}
{$i srl/srl.simba}
begin
SetupSRL;
end.
that is the code i need to add or something =s
YoHoJo
02-03-2012, 05:45 AM
program new;
{$DEFINE SMART}
{$i srl/srl.simba}
begin
Smart_Server:=35;
SetupSRL;
end.
Like that
And use Simba tags when posting code please.
stenk
02-03-2012, 05:46 AM
whats simba tags? sorry really new
where do i put that code aswell?
Flight
02-03-2012, 05:47 AM
Open up a new script in Simba, erase everything there in the "code block" area, and put this:
program New;
{$DEFINE SMART}
{$i SRL/srl.simba}
begin
Smart_Server := 86;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
setupSRL();
end.
That will load up SMART using server/world #86.
Edit:
Ninja'd by YoHoJo.
stenk
02-03-2012, 05:47 AM
i get this error
This application has failed to start because MSVCR71.dl was not found any ideas how to fix?
YoHoJo
02-03-2012, 05:48 AM
Search for it.
It's in the FAQ as well as many threads on the forum.
stenk
02-03-2012, 05:54 AM
k sorry to bother you thanks aswell
stenk
02-03-2012, 05:57 AM
cant find any where with that problem
Flight
02-03-2012, 06:02 AM
After a 17 second search I found this:
http://villavu.com/forum/showthread.php?t=58812
stenk
02-03-2012, 10:10 AM
dw that error has beat me im going to not use this site
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.