Search results

  1. pai1ne13

    CLEO Help AUTO-PRESS on dialog

    Hello guys, i have a problem.I want this cleo , when i type in chat command "/chelp" they will trype in chat "/clan" and select from dialog item with name "Clan Help" {$CLEO .cs} 0000: NOP 0b34: "chelp" @chelp wait 10000 WHILE TRUE WAIT 0 IF 1@ == true then 0af9: "/clan" if 0B4C: samp...
  2. pai1ne13

    CLEO Help Press key near veh

    I want when i am near a vehicle , the cleo need to press auto key "72" {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 0@ = $PLAYER_ACTOR car IF OR 00ED: actor $PLAYER_ACTOR sphere 0 near_point 1623.0679 688.2296 radius 4.0 4.0 on_foot THEN...
  3. pai1ne13

    [C++] When I press a key

    Hello, i have a problem.I got started with this plugin, I've worked in c ++ before.I want when i press the "HOME" key , this .asi need to type in chat "hello". how can i fix it? #include "plugin.h" using namespace plugin; class sampproject { public: sampproject() { if...
  4. pai1ne13

    CLEO Help auto hello %s

    hello, i have a problem.This mode need to say auto "hello X" when "X" joined on the server .but don t work.How can i fix it {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 if 0B61: samp is_local_player_spawned then 0AC8: 0@ = allocate_memory_size 260 0B75...
  5. pai1ne13

    CLEO Help ccontrol help

    hello, i got this ccontrol and i want when i press "=", the car make a cicle.I need to add "key_down 65" to make that, but how i can add it? {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0AB0: 187 { 1 key } THEN IF 31@ ==...
  6. pai1ne13

    CLEO Help cleo chat reader help!!

    hello guys I have a problem with this mode. When the server will send this message in chat my mode must automatically give "/usedrugs marijuana", but it only works if I enter this message in chat How can I solve it? {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 if 0B61...
  7. pai1ne13

    CLEO Help auto getmats and press key near vehicle

    hello, i have a problem with this code.Need to do command "/getmats" at specific coordonates and when i am behind my vehicle need to press "H". how can i fix it {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 0@ = $PLAYER_ACTOR car IF OR 00ED: actor...
  8. pai1ne13

    CLEO Help sounds play

    hello, i wanna play more sounds when a the player have a check point on but I do not know how to declare this function and when i press "X" or 'Y" the sounds start at exactly time. How can i fix it? {$CLEO .cs} 0000: NOP repeat wait 50 until 0AFA: is_samp_structures_available repeat wait 50...
  9. pai1ne13

    CLEO Help HEAL HELP

    hi, i have a problem with this mod. When my life drops below 20hp I should automatically transfer to virtual word 3, but that doesn't happen. HOW CAN I FIX IT {$CLEO} 0000: NOP repeat wait 1000 until 0AFA: is_samp_available WHILE TRUE WAIT 0 IF 8@ =...
  10. pai1ne13

    CLEO Help Close dialog automatic

    hi, i want this mode to close an automatic dialog when i open it with a command. For example: on the server the command "/ x" shows a dialog with 2 buttons, "NEXT" and "CLOSE", this mode must automatically press "CLOSE". HOW CAN I FIX IT? {$CLEO .cs} 0000: repeat wait 0 UNTIL 0AFA...
  11. pai1ne13

    CLEO Help COMMAND ON VEHICLE (prob)

    Hi, I have a problem with this mode, I want when I enter the vehicles presented to be sent this message on chat "----", but only goes to the first car and spamming the chat. HOW CAN I FIX IT???? {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 0AC8: 0@ =...
Top