okay so i want to send an arrow kep but..... i cant type an arrow key, so i dunno how to get scar to send the arrow, i just need to know the left and right arrow key codes please!!!!
I WOULD REALLY APPRECIATE IT!!!
okay so i want to send an arrow kep but..... i cant type an arrow key, so i dunno how to get scar to send the arrow, i just need to know the left and right arrow key codes please!!!!
I WOULD REALLY APPRECIATE IT!!!
KeyDown(VK_LEFT);// or UP, RIGHT, DOWN
also, make sure you KeyUp(VK_LEFT);
also, sendarrow(x) works
x can equal 0, 1, 2, or 3
Interested in C# and Electrical Engineering? This might interest you.
Well, that depends. Who- or what- were you planning on sending the arrow key to? If the recipient was someone in your own household, or even in your own town, I would suggest simply plucking it from the keyboard, and handing it to them.
If the recipient was in another state or country, however, I would place the arrow key inside of an envelope or small box, place a postage stamp on top of it, and put it as a whole into the mailbox.
=====Non spammy answer below=====
Left = 37
Right = 39
SCAR Code:procedure SendArrow(Key: Byte);
Sends arrow to Client's window. For a, 0 = up, 1 = right, 2 = down, 3 = left.
So,
SCAR Code:SendArrow(2);
Would send the down arrow key. If you need any more help on this just press F1 on your scar and search for 'SendArrow'. :]
There are currently 1 users browsing this thread. (0 members and 1 guests)