Results 1 to 4 of 4

Thread: Os-rsps

  1. #1
    Join Date
    Sep 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Os-rsps

    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.

  2. #2
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    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.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  3. #3
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    you need either srl-5 or srl-6 include

  4. #4
    Join Date
    Jan 2013
    Location
    United kingdom
    Posts
    102
    Mentioned
    4 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by unkn0wnBot View Post
    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.
    Code:
    program new;
    {$I srl-6/srl.simba}
    
    begin
    end.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •