Results 1 to 3 of 3

Thread: Multiplayer report

  1. #1
    Join Date
    Apr 2007
    Location
    Colchester, UK
    Posts
    1,220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Red face Multiplayer report

    Hi,

    I was hoping some one can help me with creating an multiplayer report.

    i want to store information about how many loads, and reason for script terminated/loged a player out, i have a string that holds this value, in an array and once the script has finished in my final report show all the values pre character.

    how do i store strings in an array? is it then same as integers?

    thanks for any help

  2. #2
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    String := ['string1','string2','string3'];

    So yes it is the same as integers.

    Just use the srlprogressreport functions in "report.scar", RM did a really good job on them

  3. #3
    Join Date
    Apr 2007
    Location
    Colchester, UK
    Posts
    1,220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, now that was silly of me, i really should have checked the includes.
    thanks for the help

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
  •