Search results

  1. B

    Help http_request with cleo.

    I am sending a webhook to Discord via http, but some Turkish characters do not appear I need utf8 encode. I'm using this include // 0AB1: call_scm_func @HTTP_GET 4 host 30@ file_path 29@ response_buffer 28@ is_https 27@ _ret_is_success 30@ :HTTP_GET 0AC8: 31@ = allocate_memory_size 4 0AD3...
  2. B

    Help How can I get specific area from string (CLEO)

    I have string from textdraw GH5 M10015~n~0kmh~n~4m~n~VCPD Devriye A How can I get before '~n~' like GH5 M10015? (this plate number is Plate length may vary)
  3. B

    Help I need little help.

    How can I select the textdraw with a bold font among these three? What is the opcode? Textdraw IDS: 2099, 2100, 2101
  4. B

    Help I need help for get_chat_string

    Hello, I am capturing the following text in the chat, and I need to send the /sk accept (id) command. However, I don't know how to extract the id value from the function below. The player names in the screenshot I provided are constantly changing, and I need to focus on the "(34):" part. I'm...
  5. B

    Help I need this Cleo script.

    "Hello, there is such a system on the server, a gym system, and the server temporarily displays textdraws. Is there a Cleo file on the forum to press the specified arrow key when inside the circle?
  6. B

    Help Can sampfuncs.asi be detected on the server side?

    When I try to connect to this server with the sampfuncs.asi file, I get kicked from the server most of the time due to cheating. I've done some research, but it seems impossible to detect the asi file without a client. How is this server accomplishing that?
  7. B

    Help "Hello, I need help, WAIT is not working."

    I coded a CLEO script, but what I want is to send a packet to the server every 1 second. However, when I use a single command, the entire for loop value is sent to the server as a packet. like this: {$CLEO .cs} 0000: REPEAT WAIT 100 UNTIL 0AFA: SAMP_IS_READY 0B34: "tdclick" @textdraw WHILE...
Top