PDA

View Full Version : Os-rsps



unkn0wnBot
09-20-2015, 04:33 AM
How do I get my script to execute on private servers? I am very new to this, I play on the server OS-RSPS and am using code from 07 script. I probably can't do this but I get
"Error: File "SRL/SRL.Simba" not found at line 3
Compiling failed."
So it never even makes it to the script.

Incurable
09-20-2015, 07:54 AM
Most RSPS aren't compatible with SRL so you're going to have a lot of trouble trying to get it to work... but anyway. The snippet you've provided literally tells you what's wrong. Read it carefully, and consider what keywords you need to Google in order to answer the question.

jstemper
09-21-2015, 04:17 AM
you need either srl-5 or srl-6 include

beefman
03-27-2016, 02:44 PM
How do I get my script to execute on private servers? I am very new to this, I play on the server OS-RSPS and am using code from 07 script. I probably can't do this but I get
"Error: File "SRL/SRL.Simba" not found at line 3
Compiling failed."
So it never even makes it to the script.


program new;
{$I srl-6/srl.simba}

begin
end.