Recent content by Angel9

  1. A

    Help Send command error

    I can't seem to get the script to send the /start command can someone help me? {$CLEO .cs} 0000: NOP wait 10000 // wait until samp is ready while true wait 0 if 0ADC: test_cheat "ON" // if press keys O AND N then 0@ = true 0AD1: show_formatted_text_highpriority "Walking...." time...
  2. A

    CLEO Help Help - Read chat and replay

    Not work, not detect text in chat line... {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN FOR 0@ = 98 TO 99 // GET TWO LAST LINES 0AC8: 1@ = allocate_memory_size 260 // ALLOC TO GET TEXT 0AC8...
  3. A

    CLEO Help Help - Read chat and replay

    0B75: samp get_chat_string 99 text_to 0@ prefix_to $NOT_USED color_to $NOT_USED prefix_color_to $NOT_USED Also, is it possible for the choice to be three texts, and to choose one of the 3 texts that is in the back line of the chat. Example: 0AD4: $NOT_USED = scan_string 0@ format "{FF0000}SmS...
  4. A

    CLEO Help Help - Read chat and replay

    Problem to read line - log = [07:42:23] {FF0000}SmS | Nick: Mau[ID: 3] || new message | use /msglist. {$CLEO .cs} 0000: NOP // f3 repeat wait 0 until 0afa: while true wait 0 if 0B61: samp is_local_player_spawned then 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ =...
  5. A

    CLEO Help Fraps recording

    Not Work, start recoriding, not stop recording. {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa: while true wait 0 if 0B61: samp is_local_player_spawned then 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 0@...
  6. A

    CLEO Help Fraps recording

    Not work, code not start recording. I tried bandicams, start recording but it won't stop
  7. A

    CLEO Help Fraps recording

    Press key and record video 30sec and press key for stop recording
  8. A

    CLEO Help Fraps recording

    but I have to wait because I want the recording to start recording for 30 seconds and then stop recording
  9. A

    CLEO Help Fraps recording

    Thanks, I was able to activate the fraps, but how do I set to click only once and not hold down the button, because it runs Backmarch instead of recording then wait 1000 // 1 sekunda 0AF9: samp say_msg "/me test %i id" 4@ // command wait 2000 // 5 sekundi 0AB1...
  10. A

    CLEO Help Fraps recording

    Not work. Fraps config: https://ibb.co/8KXkWRM {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa: while true wait 0 if 0B61: samp is_local_player_spawned then 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 0@...
  11. A

    CLEO Help Fraps recording

    Is it possible to start fraps recording via cleo? , or with the help of some other program but to run it cleo. I tried with key_pressed but it doesn't work. 0AB0: key_pressed 57 ( key 9 )
  12. A

    Collection

    Name of the mod (if the mod doesn't exist, you don't have to tell one): // * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): // * What do you want (the most important part, explain this carefully) // * Details (add more details to your request) I'm...
Top