Results 1 to 4 of 4

Thread: Numpad

  1. #1
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Numpad

    Still finishing up my spammer. Most of the real work is already complete, I just need to know one thing:

    How do I use the numberpad keys in a script?

    IE:

    SCAR Code:
    If IsNumpadKeyDown(0) then begin

    The IsNumpadKeyDown(); function does not seem to be working for me. Also, Virtual Keys (VK_) will not work for the Numpad either.

    Is there any current way to use the Numberpad keys to trigger actions in a SCAR script?

    Thanks!!
    Unfortunately, no active scripts atm.

  2. #2
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    I believe it is
    SCAR Code:
    IsNumpadDown(#);
    not
    SCAR Code:
    IsNumpadKeyDown(#);

    Try that. It might be wrong, but I think I'm correct.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

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

    Default

    Quote Originally Posted by R1ch4 View Post
    I believe it is
    SCAR Code:
    IsNumpadDown(#);
    not
    SCAR Code:
    IsNumpadKeyDown(#);

    Try that. It might be wrong, but I think I'm correct.
    Nope

    I think that IsNumpadKeyDown is not working

  4. #4
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Thats what I thought. I created the binds to (.), (/), ('), and (.

    Thank you!
    Unfortunately, no active scripts atm.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. NumPad Keys Broken?
    By nhstarter10 in forum News and General
    Replies: 0
    Last Post: 12-11-2008, 01:22 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
  •