Recent content by ha.sh

  1. ha.sh

    CLEO Help Need a snippet for 0.3DL

    fixed, thanks guys.
  2. ha.sh

    CLEO Help Need a snippet for 0.3DL

    still crashes, i'll send my code to your dm, u can check it.
  3. ha.sh

    CLEO Help Need a snippet for 0.3DL

    it crashes (force closed), version 0.3DL :sampSendClickTextdraw { 0.3.DL 0BCA: @sampSendClickTextdraw 1 TextDrawID 0@ } if 0AA2: 2@ = "samp.dll" then 0085: 3@ = 2@ 3@ += 0x2AC9F8 0A8D: 3@ = readMem 3@ sz 4 vp 1 0A8E: 4@ = 3@ + 8 0A8C: writeMem 4@ sz 4 value 0@...
  4. ha.sh

    CLEO Help Need a snippet for 0.3DL

    can u give me an example for the usage? and which one the right address?
  5. ha.sh

    CLEO Help Need a snippet for 0.3DL

    :SendTextdrawClick { 0.3.DL 0BCA: @SendTextdrawClick 1 TextDrawID 0@ } IF 0AA2: 31@ = "samp.dll" THEN 1@ += 0x2ACA24 // SAMP_INFO_OFFSET 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x3DE // SAMP_PPOOLS_OFFSET 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x20 //...
  6. ha.sh

    CLEO Help Need a snippet for 0.3DL

    Um, i don't really understand how to write that memory address to a cleo files. Can u tell me how?
  7. ha.sh

    CLEO Help Need a snippet for 0.3DL

    Can someone help me for a snippet of send_click_textdraw samp 0.3DL?
  8. ha.sh

    CLEO Help Help for Anti AFK.

    it crashes, i just changed the sampversionid to 0.3DL
  9. ha.sh

    CLEO Help Help for Anti AFK.

    Can someone help me for this? I've tried to make a cleo for Anti AFK. That'll be need the 3 digits number. The problem is, the cleo can't read that 3 digits from the string after "/afk". Code: if 0256: player $PLAYER_CHAR defined then 0AC8: 1@ = allocate_memory_size 260 0AB1...
  10. ha.sh

    CLEO Help Help, auto press key didn't work when the dialog is opened.

    [03:58:50] Warning(s007): Exception 0xC0000005 at 0x735B78F8 [03:58:50] Warning(s007): Exception 0xC0000005 at 0x486DDF [03:58:51] Warning(s007): Exception 0xC0000005 at 0x487167 [03:58:51] Warning(s007): Exception 0xC0000005 at 0x0 [03:58:51] Warning(s007): Exception 0xC0000005 at 0x0...
  11. ha.sh

    CLEO Help Help, auto press key didn't work when the dialog is opened.

    still crashes, i just need to replace 0x26E898 right?
  12. ha.sh

    CLEO Help Help, auto press key didn't work when the dialog is opened.

    like i said before, close dialog snippet work fine. i need the snippet for set_current_dialog_list 0.3dl. sorry, i'm asking too much.
  13. ha.sh

    CLEO Help Help, auto press key didn't work when the dialog is opened.

    1. My bad, i'm sorry. 2. I can't understand at this point, how can i change the pointet to dl?
  14. ha.sh

    CLEO Help Help, auto press key didn't work when the dialog is opened.

    now, the close dialog work fine after read this thread http://ugbase.eu/index.php?threads/snippet-close-samp-dialog.20597/ anyone have a snippet for set current dialog list for 0.3dl?
Top