Results 1 to 4 of 4

Thread: SRLPlayerForm and TStringArray

  1. #1
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SRLPlayerForm and TStringArray

    Okay, I am trying to use the SRL Multiplayer form, by doing
    SCAR Code:
    program PlayerForm;
    {.Include SRL/SRL.scar}
    Begin
      SetupSRL;
      SRLPlayerForm(True,//what goes here?
    End;
    But I don't know what TStringArrays are.
    Also, is this the correct way to use this?
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  2. #2
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    I'm pretty sure its like this:

    SCAR Code:
    SRLPlayerForm(True, ['If its', 'A TString', 'Array, go like', 'this']);

    You need to read the hint though... I'm not completely sure of that. If if a function asks for an array, you put the object in brakets separated by commas (Or make an array of a variable.)
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  3. #3
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh, okay, thanks!
    That answers one question!
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  4. #4
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SRLPlayerForm
    By rogeruk in forum OSR Help
    Replies: 19
    Last Post: 11-18-2007, 12:14 PM

Posting Permissions

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