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
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
SCAR Code:SetAngle(True); // Set angle to highest
SetAngle(False); // Set angle to lowest
Thanks dude
Can be found by pressing F1 in Scar (the help menu).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.
There are currently 1 users browsing this thread. (0 members and 1 guests)