Search results

  1. S

    CLEO Help Send last text again

    It shows this in console and its blank, and when i press K nothing happens WAITING FOR KEY:
  2. S

    CLEO Help Send last text again

    now where do i put it? {$CLEO} 0000: repeat wait 0 until SAMP.Available() alloc 2@ 128 while true wait 0 if SAMP.ChatInputOpened() then alloc 0@ 128 0C11: memset destination 0@ value 0 size 128 0B77: samp get_chat_input_text_to 0@ 0C17: 1@ = strlen 0@...
  3. S

    CLEO Help Send last text again

    if i put this, i cant press T in game to type anything
  4. S

    CLEO Help Send last text again

    I made this code but it doesnt work with commands like /help, it works just with text, can someone help?
  5. S

    CLEO Help Cleo Right Click On player to send a command.

    And also the command doesnt send if the target player is in a vehicle
  6. S

    CLEO Help Cleo Right Click On player to send a command.

    Hello, I got this cleo code that works but the problem is that i can't right click while I'm in a vehicle to send this command, can someone help? It only works while on foot and I right click the player. {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0...
Top