claudinho7
New member
- Joined
- Aug 4, 2014
- Messages
- 1
- Reaction score
- 0
So the title sounds weird, what i want is after i press the keybind "0 numpad" and it says /calls, i would like the script to automatically press enter for me twice without me having to actually do it. im not sure how to add the second part. So far i have the basic bind
repeat
wait 0
until SAMP.Available()
WHILE TRUE
WAIT 0
IF key_down 96 // 0 numpad
THEN
say "/calls"
END
i would really apreciate if someone can help me add that auto double enter after /calls happens so i only press 0 once and then it does the bind and presses enter twice
repeat
wait 0
until SAMP.Available()
WHILE TRUE
WAIT 0
IF key_down 96 // 0 numpad
THEN
say "/calls"
END
i would really apreciate if someone can help me add that auto double enter after /calls happens so i only press 0 once and then it does the bind and presses enter twice