Results 1 to 4 of 4

Thread: Help with the arrow key stuff

  1. #1
    Join Date
    Apr 2006
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help with the arrow key stuff

    ok I want to make it so the script holds down the down arrow key. You know to change the view so it isnt over top the player. How would I go about doing that
    many thanks

    ~pure

  2. #2
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    SetAngle(True); // Set angle to highest
    SetAngle(False); // Set angle to lowest

  3. #3
    Join Date
    Apr 2006
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks dude

  4. #4
    Join Date
    Aug 2008
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    procedure SendArrow(Key: Byte);
    Sends arrow to Client's window. For a, 0 = up, 1 = right, 2 = down, 3 = left.
    
    procedure SendArrowWait(Key: Byte; WaitTime: Integer);
    Sends an arrow to Client's window like SendArrow and holds it for a given wait time.
    Example: 
    SendArrowSilentWait(1, 10); // Holds "Right" arrow for 10 milliseconds.
    Can be found by pressing F1 in Scar (the help menu).

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
  •