Results 1 to 3 of 3

Thread: Client Issue

  1. #1
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Client Issue

    Hello guys. First off, I am new here so please go easy. I am still very much new to the language and simba. I am working on my first script and have filed down the errors to just one that I cannot seem to figure out.

    in this line of code I get the error:
    Simba Code:
    begin
      Smart_Server := 0;      //  If I comment out these first two lines of code
      Smart_Members := True;  //  the script will work but it loads the wrong client...
    ActivateClient;           //  Not the oldschool client
    SetupSRL;
      Declareplayers;

    The oldschool client pops up on other scripts so I know that is not the issue. I assumed it lied within 'ActivateClient;' but could not figure out any commands on how to call the old school server directly in the script. Any advice is greatly appreciated as I fully plan on sticking around and releasing some scripts.

    Thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    I assume u have SRL-OSR and P07Include installed.

    If using SRL-OSR then call it on the top of your script with {$i SRL-OSR\SRL.simba}

    if using P07Include then call it on the top of your script with {$I P07Include.Simba}
    and
    call SetupP07Include; in your script after SetupSRL; (mainloop)

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    I assume u have SRL-OSR and P07Include installed.

    If using SRL-OSR then call it on the top of your script with {$i SRL-OSR\SRL.simba}

    if using P07Include then call it on the top of your script with {$I P07Include.Simba}
    and
    call SetupP07Include; in your script after SetupSRL; (mainloop)
    tyvm for your help, I really appreciate it.

    Now onto more errors w00h00! lol

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
  •