Results 1 to 13 of 13

Thread: Player Manager BETA

  1. #1
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Player Manager BETA -Plz Test-

    PLAYER MANAGER BETA VERSION


    Features:

    1. Loads players from a config file
    2. Sets HowManyPlayers and current player automatically

    To Do List:

    1. Add Strings, booleans, integers, extendeds, etc.

    Description:

    1. This just is a simple thing I made. It loads and saves players from a config file.

    Instructions:

    To include this in your scripts do:

    1. Download these files.
    2. Put the PlayerManager.scar in your includes folder.
    3. Put the PlayerManager.txt into your SCAR folder.
    4. Rename PlayerManager.txt to PlayerManager.ini.
    5. On the top of your script put {.include PlayerManager.scar}
    6. Wherever you want to show the form and load the players just put PlayerManager(HowMany, CurrentPlyr : Integer);

    Replace HowMany with the number of players you want to load.
    Replace CurrentPlyr with the current player. (For the first player do 0)

    To Use This in other peoples scripts do:

    1. Press play, setup constants, etc.
    2. When form pops up type in details for player 1, press next etc.
    3. When you are done press Save Players.
    4. Close the form.

    If you have any additional questions just post here and I will answer them.

    Thanks,

    ~Kyle~

  2. #2
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    doesn't look bad, but it doesn't even compile.

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  3. #3
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You need to include it

    Try to run this this after following the steps 1-4 of theTo include this in your scripts do instructions.

    SCAR Code:
    Program New;
    {.include SRL/SRL.scar}
    {.include PlayerManager.scar}

    Begin
    PlayerManager(1, 0);
    End.

  4. #4
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it still won't work because of a spelling error in PlayerManager

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  5. #5
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    K, fixed. Redownload the PlayerManager.scar and put in the includes folder.

  6. #6
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Well, it propably is a nice script, - but you might want to check SRL\SRL\Misc\Users.scar... That PlayerForm is outside the boundaries of time and existance... It's a bit like Ben.

    SRL PlayerForm contains basically anything.

  7. #7
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    That PlayerForm is outside the boundaries of time and existance... It's a bit like Ben.
    LAMO. So true though

  8. #8
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by Mylesmadness View Post
    LAMO. So true though
    Don't you mean lmao lol, or are you calling him lame?

  9. #9
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't call me lame . I am not a pro autoer so I don't use armys and all that. I am aware there is a SRL Player form . But did anyone test this

  10. #10
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just curious whats the difference between this and srl's playerform, i saw this while rushing to leave for work this morning, i hope to have a clearer look once i get home from work

  11. #11
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nothing. This is just a lot crappier but efficient version. Dosen't have strings, bools, extendeds, integers but i hope to add that soon . And this dosent have armys but i can easily add that. more questions post here. or pm me
    thanks,

    ~kyle~

  12. #12
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Don't call me lame . I am not a pro autoer so I don't use armys and all that. I am aware there is a SRL Player form . But did anyone test this
    a) It was at me, not you - notice the quote.
    b) He meant LMAO.

  13. #13
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    a) It was at me, not you - notice the quote.
    b) He meant LMAO.
    Both are true

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Account Manager!
    By Miitchyy in forum C#/Visual Basic Help and Tutorials
    Replies: 13
    Last Post: 11-13-2007, 12:32 AM
  2. Why dont you use the SRL player manager
    By Yakman in forum News and General
    Replies: 18
    Last Post: 12-02-2006, 05:45 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
  •