Results 1 to 5 of 5

Thread: RCMaster Help

  1. #1
    Join Date
    Apr 2007
    Posts
    217
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RCMaster Help

    How would I add the RCMaster procedure into a script?
    Where can I set the RCMaster as well?

    Thanks for your help__

  2. #2
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    To enable this feature, you just have to include srl into your script, after that you need to use 2 vars:
    • RCMaster: the nickname of the RC Master
    • RCLoc: this is optional, it's the location of the RC Master

    Ofcourse, both have to be declared as strings

    WARNING!: you don't have to declare these vars, just use them (those vars are already declared in the srl include).

    Use it for eg. in your player declaration:
    SCAR Code:
    procedure delcareplayers;
    begin
      RCMaster  := '';
      RCLoc     := '';

      Players[0].Name :='';
      Players[0].Pass :='';
      Players[0].Nick :='';
      Players[0].Active := True;
    end;

    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  3. #3
    Join Date
    Sep 2008
    Location
    Chicago
    Posts
    224
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When you declare the RCMaster do you use a nick or the full name?

  4. #4
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Heysus View Post
    When you declare the RCMaster do you use a nick or the full name?
    The nick should do it, and plz read it's in my explanation x)

    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  5. #5
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Unless you have the fixed friends chat characters, you're not going to have any luck using RC (as far as I know). I believe Freddy added them in 3.20, so you could either wait until then or grab them now and move them to the fonts folder.
    :-)

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
  •