Recent content by mmadaaa

  1. mmadaaa

    CLEO Auto response with command

    Works better now and the last thing i need is to press enter when dialog from /calls open {$CLEO .cs} {$USE bitwise} 0000: 0B34: samp register_client_command "skemaresita" to_label @cmd_mycmd WHILE TRUE WAIT 0 IF 30@ == 1 THEN FOR 0@ = 99 TO 99 0AC8: 1@ = allocate_memory_size 260...
  2. mmadaaa

    CLEO Auto response with command

    Now i have this and works but after 6 second crash {$CLEO .cs} {$USE bitwise} 0000: 0B34: samp register_client_command "autorepair" to_label @cmd_mycmd WHILE TRUE WAIT 0 IF 30@ == 1 THEN FOR 0@ = 99 TO 99 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size...
  3. mmadaaa

    CLEO Auto response with command

    {$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@ = 99 TO 99 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 0B75: samp get_chat_string 0@ text_to 1@...
  4. mmadaaa

    CLEO Auto response with command

    Hi, i tried to make a CMD when someone say in chat a thing to auto response after 5 seconds with a command, but when i try to compile gives me the error Not enough actual parameters. Expected 2 params. {$CLEO .cs} 0000: NOP REPEAT wait 0 UNTIL 0AFA: 0AF8: samp add_message_to_chat...
  5. mmadaaa

    CLEO Help Keys lock

    Thank you very much.
  6. mmadaaa

    CLEO Help Keys lock

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN if and key_down 17 key_down 81 THEN IF 0039: 31@ == 0 THEN 0006: 31@ = 1 0AD1: "~Y~Send Key ~G~ON" 1337 ELSE 0006: 31@ = 0...
  7. mmadaaa

    CLEO Help Keys lock

    Already have this, cand you try in your game ? You have the same problem ?
  8. mmadaaa

    CLEO Help Keys lock

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0ADC: test_cheat "Z" THEN IF 0039: 31@ == 0 THEN 0006: 31@ = 1 0AD1: "~Y~Send Key ~G~ON" 1337 ELSE 0006: 31@ = 0 0AD1: "~Y~Send Key ~R~OFF" 1337 END...
  9. mmadaaa

    CLEO Help Keys lock

    The command to stop don t work, One question: you can make this to start at CTRL+Q ?
  10. mmadaaa

    CLEO Help Keys lock

    Not enough actual parameters. Expected 2 params.
  11. mmadaaa

    CLEO Help Keys lock

    {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 0AB0: key_pressed 90 {Z} THEN 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 255 time 3600 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x41 state 255 time 3600 END END IF 0AB0: key_pressed 85 {U} THEN 0AB1: @Set_Virtual_Key 2...
  12. mmadaaa

    CLEO Help Keys lock

    Can you explain me with AHK >?
  13. mmadaaa

    CLEO Help Keys lock

    not working, i want a simple cleo script or software to press A and D and a stop command
  14. mmadaaa

    CLEO Help Keys lock

    Hi, I need a cleo script that always holds down the W and A keys to turn the car for example, can you help me? And a command to stop them
  15. mmadaaa

    CLEO Help Auto-reply

    now 2 params... at you compiled ? Can you give me your data folder ?
Top