Search results

  1. I

    Help AutoHotKey can't ControlSend {ENTER} or F keys 0.3.7/0.3dl

    Your instructions should work, as should my original script. The problem, as I had previously assumed was SAMP Addon, though I have no idea why. The only part of SAMP Addon that I wanted was the Anti-Pause and thanks to you, I've found the perfect solution.
  2. I

    Help AutoHotKey can't ControlSend {ENTER} or F keys 0.3.7/0.3dl

    0.3dl with SAMP Addon installed
  3. I

    Help AutoHotKey can't ControlSend {ENTER} or F keys 0.3.7/0.3dl

    The idea is to make it work in the background. SendInput only works on the window currently in focus, so that is irrelevant to my issue.
  4. I

    Help AutoHotKey can't ControlSend {ENTER} or F keys 0.3.7/0.3dl

    Somehow while having the game paused, ControlSend can input any key into SA:MP, just very very very slowly. As such, I decided to get SAMP Addon installed so that the game never pauses. The problem that arose was that while I could ControlSend any normal keys into SA:MP with the game...
  5. I

    CLEO Help Have cleo script recognize AHK's virtual keystrokes as genuine (0.3dl)

    I know that the way I'm approaching this is not really ideal, and I should probably be doing something akin to this script that's been shared here before (without sampfuncs) since what I want to do is to input commands based on chat messages, all while the game runs in the background: {$CLEO}...
  6. I

    CLEO Help Have cleo script recognize AHK's virtual keystrokes as genuine (0.3dl)

    I'd just use AHK, but for whatever reason, I can't ControlSend keys such as {ENTER} or {F6} to unfocused SAMP. As such, I thought I could do the command input via a CLEO script (despite having no experience in CLEO) that is activated through an AHK keybind.
  7. I

    CLEO Help Have cleo script recognize AHK's virtual keystrokes as genuine (0.3dl)

    As an example, I'll use an excerpt from dphome's keybind script from [link=[URL]https://ugbase.eu/threads/req-samp-base-cleo-4-4-keybinder.16961/post-108768]here[/link[/URL]]. How would I make the keybinds (in this case NUMPAD6 and NUMPAD8) to work using AHK's ControlSend? {$CLEO .cs} {$USE...
  8. I

    CLEO Help Have cleo script recognize AHK's virtual keystrokes as genuine (0.3dl)

    I want to activate the keybinds of a cleo script using AHK's ControlSend, but I can't get it to work. How may I do this?
  9. I

    CLEO Help Read last line in chat without sampfuncs (0.3dl)

    Hello, is it possible to read the latest line in the chat and then issue a command based on its content? I found a few threads relating to dphome's SEND_CMD script and using sampfuncs with 0c29 to accomplish this, but I do not wish to use sampfuncds.
Top