Results 1 to 4 of 4

Thread: Declare players?

  1. #1
    Join Date
    Feb 2007
    Location
    FUCK YOU BRO
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Declare players?

    asdf
    Last edited by ironlarreh; 05-13-2010 at 07:37 PM.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  2. #2
    Join Date
    Oct 2007
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := 'Username'; //place your username here
      Players[0].Pass := 'Password'; //place your password here
      Players[0].Nick := 'Nickname'; //3 - 4 letters of YOUR username, example: sern
      Players[0].Active := True;

    then add he procedure into your main begin. Easy huh?
    http://bux.to/?r=jvwarrior Get Free Money For RunescapeGP/Membership!

    http://www.AWSurveys.com/HomeMain.cfm?RefID=jvwarrior Get More Money For Runescape GP/Membership Free! I Mean woa!

    http://i34.servimg.com/u/f34/11/52/00/62/hasdfs10.jpg

  3. #3
    Join Date
    Feb 2007
    Location
    FUCK YOU BRO
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I guess i was doing it wrong. I figured there was a new way.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  4. #4
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
     
      Players[0].Name := 'Username'; //place your username here
      Players[0].Pass := 'Password'; //place your password here
      Players[0].Nick := 'Nickname'; //3 - 4 letters of YOUR username, example: sern
      Players[0].Active := True;
    end;

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. declare players
    By i 69 ur nan in forum OSR Help
    Replies: 3
    Last Post: 01-06-2009, 07:14 PM
  2. Declare Players
    By 13om13e12 in forum OSR Help
    Replies: 2
    Last Post: 06-05-2008, 01:41 PM
  3. Need Help on declare players.
    By Raskolnikov in forum OSR Help
    Replies: 2
    Last Post: 11-16-2007, 11:02 PM
  4. I need help with the declare players bit.
    By BobboHobbo in forum OSR Help
    Replies: 2
    Last Post: 06-05-2007, 11:45 AM

Posting Permissions

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