Search results

  1. pai1ne13

    CLEO Help AUTO-PRESS on dialog

    Thx you so much
  2. pai1ne13

    CLEO Help AUTO-PRESS on dialog

    I put this but dont work Can you modify my code?p
  3. pai1ne13

    CLEO Help AUTO-PRESS on dialog

    :chelp 1@ == true
  4. 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...
  5. pai1ne13

    CLEO Help Help me fast

    You can put this in requests, if you want to get help, show us your code
  6. 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...
  7. pai1ne13

    [C++] When I press a key

    Ok thx, what plugin is the best for samp?
  8. pai1ne13

    [C++] When I press a key

    I want to know the command with can i add commands to chat. someone? @bladee @DarkSerifu
  9. pai1ne13

    [C++] When I press a key

    i tried but no work
  10. 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...
  11. pai1ne13

    CLEO Help Cleo file encryption

    its a cripter from blasthack
  12. pai1ne13

    CLEO Help auto hello %s

    thank you so much, @Parazitas @KamikazeSripterul T/C
  13. pai1ne13

    CLEO Help auto hello %s

    don't say the name of who joined, just "`"
  14. pai1ne13

    CLEO Help auto hello %s

    i got crash....
  15. pai1ne13

    CLEO Help auto hello %s

    i got that but he say "hello" to player with id 0 {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: 31@ = true WHILE TRUE WAIT 0 if 31@ == true then if 0B61: samp is_local_player_spawned then 0AC8: 0@ = allocate_memory_size 260 0B36: samp 6@ = get_player_nickname 7@ 0B75: samp...
  16. pai1ne13

    CLEO Help auto hello %s

    someone?
  17. 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...
  18. pai1ne13

    CLEO Help Crypt script

    i dont know, try with another cleo version
  19. pai1ne13

    CLEO Help Crypt script

    check if the script work without crypt
  20. pai1ne13

    CLEO Help Crypt script

    if you want to crypt a cleo, take this http://www.mediafire.com/file/oilfk5a256umiiq/CCBYFYP-patched.rar/file
  21. pai1ne13

    CLEO Help ccontrol help

    @KamikazeSripterul i just put 0C72: set_virtual_key 65 down true , thank so much
  22. pai1ne13

    CLEO Help ccontrol help

    dont work
  23. pai1ne13

    CLEO Help ccontrol help

    @KamikazeSripterul when I am in the car and press "=", the mode must automatically press the "A" key
  24. pai1ne13

    CLEO Help ccontrol help

    @KamikazeSripterul can you make that
  25. pai1ne13

    CLEO Help ccontrol help

    press "A" every time when the mod in on
  26. pai1ne13

    CLEO Help ccontrol help

    help, up
  27. 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@ ==...
  28. pai1ne13

    CLEO Help cleo chat reader help!!

    how can i fix crash?
  29. pai1ne13

    CLEO Help cleo chat reader help!!

    crash again
  30. pai1ne13

    CLEO Help cleo chat reader help!!

    man i got crash with this
  31. pai1ne13

    CLEO Help cleo chat reader help!!

    okay thanks men
  32. 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...
  33. 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...
  34. pai1ne13

    CLEO Help sounds play

    thanks for this man
  35. pai1ne13

    CLEO Help sounds play

    the s1 play again and again, s2 dont play
  36. pai1ne13

    CLEO Help sounds play

    ok thanks so much, but how can i play this sounds when a checkpoints is on?
  37. 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...
  38. pai1ne13

    CLEO Help Auto command

    i think 0af8 there make no sense bcz: 0AF8: samp add_message_to_chat 1@ color 2@
  39. pai1ne13

    CLEO Help HEAL HELP

    WORKING very nice, thx @monday @_Safa @davidel @KamikazeSripterul
  40. pai1ne13

    CLEO Help HEAL HELP

    still don' t work and spamming {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: 0@ == FALSE WHILE TRUE WAIT 0 0B2B: samp 0@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B25: samp 1@ = get_player_health 0@ IF and 1@ < 20 0@ == false THEN wait 2000 0AF9: "/vw 21" 0@ = true END END
  41. pai1ne13

    CLEO Help HEAL HELP

    {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: 0@ = false WHILE TRUE WAIT 0 0B2B: samp 0@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B25: samp 1@ = get_player_health 0@ IF 1@ < 20 0@ == false THEN wait 2000 0AF9: "/vw 21" 0@ = true...
  42. pai1ne13

    CLEO Help HEAL HELP

    sorry for the inconvenience but you have an idea how to put an anti spam, to say the command only once
  43. pai1ne13

    CLEO Help HEAL HELP

    {$CLEO .cs} 0000: NOP repeat wait 1000 until 0AFA: is_samp_available 0B2B: samp 0@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B25: samp 1@ = get_player_health 0@ IF 1@ < 20 THEN 0AF9: "/vw 3" END
  44. pai1ne13

    CLEO Help HEAL HELP

    yeah man, but with this i get crash
  45. 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@ =...
  46. pai1ne13

    CLEO Help Close dialog automatic

    with this mode i can t connect to the servers, wtf
  47. pai1ne13

    CLEO Help Close dialog automatic

    like that ? 0B47: samp close_current_dialog_with_button 2
  48. pai1ne13

    CLEO Help Close dialog automatic

    please write me the code, i get confused
  49. pai1ne13

    CLEO Help Close dialog automatic

    0B47: samp close_current_dialog_with_button_2 "Close" got'em
  50. pai1ne13

    CLEO Help Close dialog automatic

    @Zin like that ? if 0af9: "/x" then if 0@ == true then 0@ = false wait 1000 0B47: samp close_current_dialog_with_button "close" end ELSE 0@ = TRUE end end
  51. 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...
  52. pai1ne13

    CLEO Help COMMAND ON VEHICLE (prob)

    Thanks!!!
  53. 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@ =...
  54. pai1ne13

    CLEO Help [SA:MP] Read chat and instant auto reply

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ = allocate_memory_size 260 0AC8: 5@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@ IF 0AD4...
Top