Search results

  1. T

    CLEO Help script to jump to the specified ammo slot

    8B21: not samp is_chat_opened
  2. T

    CLEO Help I Need Your Helps. Please Help Me.

    Paste your code...
  3. T

    CLEO Help Script dont work and crash

    Maybe this help: http://ugbase.eu/index.php?threads/can-i-delete-text-from-chat.21714/post-129707 PD: You need Sampfuncs.
  4. T

    CLEO Help cleo activation

    Veré.
  5. T

    CLEO Help Can i delete text from chat?

    Thanks, i found this by @noob213 : {$CLEO} {$INCLUDE SF} 0000: NOP while not SAMP.Available() wait 400 end 0BE3: raknet setup_incoming_rpc_hook @in_rpc WHILE TRUE WAIT 0 END :in_rpc 0BE5: raknet 0@ = get_hook_param PARAM_PACKETID if 0@ == RPC_SCRCLIENTMESSAGE then...
  6. T

    CLEO Help Can i delete text from chat?

    Can you help me?
  7. T

    CLEO Help Can i delete text from chat?

    I tried... but not work... {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 0006: 6@ = 1@ 000E: 6@ -= 1 1@ = 255 to 1 step -1 IF 0B61: samp is_local_player_spawned THEN FOR 0@ = 99 TO 99 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ =...
  8. T

    CLEO Help Can i delete text from chat?

    I mean, to a specific text, that when that text is detected, the cleo removes it but without deleting the entire chat, only that line of chat text. Sorry for my english...
  9. T

    CLEO Help auto accept mechanic call

    PM with the server.
  10. T

    APP Release RakSAMP [v0.8.6-0.3.7-ALLRC]

    ¿Where i can check that?, i don't know much about this...
  11. T

    APP Release RakSAMP [v0.8.6-0.3.7-ALLRC]

    ¿how can I activate to receive damages?, i'm playing a RP server and i try but don't recieve damage.
  12. T

    [Solved] Can't see AFK symbol...

    Solved, this problem is because sampaux3.ttf load in system and when you installed in another location dont detect new location of sampaux3.ttf, only need restart computer.
  13. T

    [Solved] Can't see AFK symbol...

    Help...
  14. T

    [Solved] Can't see AFK symbol...

    I reinstalled my GTA and when a player pause i can't see AFK Clock symbol, i try /nametagstatus but don't work, help please. - SA-MP 0.3.7-R3 - I reinstalled in other location. - I tried another version of SA-MP.
  15. T

    CLEO Help Help scan_string [Solved]

    Solved, i use 9@v instead 9@.
  16. T

    CLEO Help Help scan_string [Solved]

    I want my code scan Id player and text, but when i use /re 100 nre show me this: "/b /reportar 100 t =Ë" instead "/b /reportar 100 NRE" This is the code: {$CLEO .cs} wait 3000 0B34: samp register_client_command "re" to_label @reportar 31@ = false 30@ = false :re wait 0 if 31@ == true jf @re...
  17. T

    CLEO Help Help with dialog

    Help
  18. T

    CLEO Help Help with dialog

    The dialog box and cmd /re (ID) works, the problems is the list in the dialog, when i select one item don't do nothing, this is the code: {$CLEO .cs} wait 3000 0B34: samp register_client_command "re" to_label @reportar 31@ = false 30@ = false :re wait 0 if 31@ == true jf @re if...
  19. T

    CLEO Help ¿Anyone can do this cleo?

    I understand, but, ¿how can I know which line of the chat I'm clicking?
  20. T

    CLEO Help Invisible

    ¿Really? try until you get one that works, is not difficult find that cleo.
  21. T

    CLEO Help Auto reply System

    I made a mistake that's why these strange texts appear, now it works, thank you.
  22. T

    CLEO Help Auto reply System

    Crash.
  23. T

    CLEO Help Auto reply System

    One problem, when I log into my account, strange texts begin to appear, it's the code.
  24. T

    CLEO Help Auto reply System

    I need help with this code, i'm guide by this thread http://ugbase.eu/index.php?threads/sa-mp-read-chat-and-auto-reply.20067/ but i'm triyng to make automatic mode. This is te code: {$CLEO .cs} 0000: NOP 0AC8: 10@ = allocate_memory_size 260 0AC8: 11@ = allocate_memory_size 260 0AC8: 12@ =...
  25. T

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

    Exellent, I'm looking for this.
  26. T

    CLEO Help SAMP Read dialogs and send reply

    Alphanumeric Characters... wait for other who do this... good luck.
  27. T

    CLEO Help SAMP Read dialogs and send reply

    Image of text...
  28. T

    CLEO Help (SOLVED) I need detect if targeted_actor is a NPC - /close

    Work, thanks you both @Opcode.eXe and @monday. PD: ¿How i can close a thread?
  29. T

    CLEO Help (SOLVED) I need detect if targeted_actor is a NPC - /close

    {$CLEO .cs} 0000: NOP :APUNTARID wait 150 if and 0AD2: 0@ = actor $PLAYER_CHAR targeted_ACTOR //IF and SET 0AB0: 66 //Key "B" jf @APUNTARCMD if 0104: actor $PLAYER_ACTOR near_actor 0@ radius 14.0 14.0 14.0 sphere 0 then 0B2B: samp 1@ =...
  30. T

    CLEO Help (SOLVED) I need detect if targeted_actor is a NPC - /close

    Don't work. Work, but when i target a NPC don't show "It's a NPC", this is not important, but i need this work for further cleo, sorry for the problems. I tried everything but don't show "It's a NPC"...
  31. T

    CLEO Help (SOLVED) I need detect if targeted_actor is a NPC - /close

    Still don't work, see the attached files, some problem with insert images.
  32. T

    CLEO Help (SOLVED) I need detect if targeted_actor is a NPC - /close

    ¿How?, i'm noob in this, and i don't know how solve my problem. (Sorry for my english)
  33. T

    CLEO Help (SOLVED) I need detect if targeted_actor is a NPC - /close

    This is the code, but not work, not detect is targeted_actor is a NPC. {$CLEO .cs} 0000: NOP :APUNTARID wait 200 if and 0AD2: 0@ = actor $PLAYER_CHAR targeted_ACTOR //IF and SET 0AB0: 78 //Key "B" jf @APUNTARCMD if 0104: actor $PLAYER_ACTOR near_actor 0@ radius...
  34. T

    CLEO Help I need Help with detect Id script

    I do a cleo like this ago few weeks, this the code: {$CLEO .cs} 0000: NOP :APUNTARID wait 150 if and 0AD2: 0@ = actor $PLAYER_CHAR targeted_ACTOR //IF and SET 0AB0: 78 //Key "B" jf @APUNTARCMD if 0104: actor $PLAYER_ACTOR near_actor 0@ radius 14.0 14.0 14.0...
  35. T

    CLEO Help [Problem with /nametagstatus] Sampfuncs

    I tried to install a ENB, and my gta was damage, so i tried to install everything and i when i try to enter to a server just crash or enter to single mode. So i tried many things, but the only way to enter the server was download this https://www.youtube.com/watch?v=mEsJ8evLpxg&t=15s and...
Top