Results 1 to 3 of 3

Thread: Quick SRL/SCAR question

  1. #1
    Join Date
    Jan 2007
    Location
    Richmond, VA
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Quick SRL/SCAR question

    Just wondering whats the function for the numpad 5 option? like the numberpad off to the side useualy near numlock,were theirs more numbers, is their a special function? thanks.

  2. #2
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Check out this site:

    http://www.bsdg.org/SWAG/DELPHI/0234.PAS.html

    Has all the constants of the Delphi KeyBoard

    Hope I Helped

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

    Default

    SCAR Code:
    KeyDown(VK_NUMPAD5);
    wait(20 + random(50));
    KeyUp(VK_NUMPAD5);

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Quick Question...
    By Nose Smasher in forum OSR Help
    Replies: 8
    Last Post: 02-10-2009, 05:31 PM
  2. Just a quick question? Did I say quick?
    By SeanJohn in forum OSR Help
    Replies: 3
    Last Post: 01-28-2009, 12:03 AM
  3. Quick SCAR Question
    By Hookups in forum OSR Help
    Replies: 2
    Last Post: 12-26-2008, 01:59 PM
  4. Quick Question
    By smokekills in forum OSR Help
    Replies: 3
    Last Post: 01-27-2008, 09:27 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
  •