Recent content by pepeelpubero

  1. P

    CLEO Help [search]adding a script without /q [solved]

    Re: [search]adding a script without /q Because you need sampfuncs sb data, go to this post: http://ugbase.eu/releases/(plugin)-sampfuncs-3-1-by-fyp-(0-3z)/ then download the attachment and: For Developers: - Copy all files from the "SB data" to "/Sanny Builder 3/data/sa".
  2. P

    CLEO Help Get player id

    I think this must work but is not working, if anyone can fix the code then it must send the autopm. Also post a pic of a pm in game and the part of that pm in chatlog.txt because maybe is needed the color of the line. ALT+1 = ON/OFF {$CLEO .cs} 0000: NOP :PEPE_255 wait 0 if and 0AB0: 18 0AB0...
  3. P

    CLEO Help Server dialogs

    I think you must close it with /dialog ID 0 (make it not visible) then if you type /dialog ID 1 (make it visible) then you make it visible, don't closing it with the close button.
  4. P

    CLEO Help [Help] Multicolor text

    The value must be ABGR not ARGB.
  5. P

    CLEO Help Help

    That %D must be %d. Also do this: sanny builder options (F10) - formats tab - Case converting - choose as is - ok - compile and try it.
  6. P

    CLEO Help Get player id

    Put the chatlog line (samp/chatlog.txt) and also a pic if you can, then we can try to do it. If you want an activation key (on/off) or always activated (when the cleo reads the line send something), also tell us that. And yes, there is a snippet to read chat lines (without SF) and an opcode to...
  7. P

    CLEO Help Sync Packet

    I don't know if it's possible with "packets" but if you can weapon hack on the server, and spawn nightvision, i think you can enable it at other players. Some days ago i saw a player spawning a nightvision (i don't know if it was a weapon hack, it was at xsf server), activating it then all the...
  8. P

    CLEO Help 0AF9 Opcode bug?

    Try with that compiled cleo. Also try going to sanny builder options (f10) - formats tab - Case converting - choose as is - ok - compile and try it.
  9. P

    Help gta-samp.exe twice ...

    Using sampfuncs +4.0 you can open two or more "gta_sa.exe". One SA-MP but two or more gta sa. You need to change the settings .ini.
  10. P

    CLEO Help Unknown opcode at

    Upload it as attachment maybe we can decrypt it or we can find the source code.
  11. P

    CLEO Help How to add activator to cs files ?

    What you mean activator? If you mean on/off with same key, read this: http://ugbase.eu/snippets/simple-looping-thread/. You can change that "key_down" with 0AB0: key_pressed VK(virtual key codes). For the other problem (unknown directive) you need sampfuncs sb data (download sampfuncs then...
  12. P

    CLEO Help Question: Color Finder? Detect client message colors?

    Maybe yes, converting that hex to int (cotrol+h). That's all what i know, i never use get or set chat string opcode. IF 3@ == HEX TO INT THEN DO SOMETHING Maybe it works, try it.
  13. P

    CLEO Help Question: Color Finder? Detect client message colors?

    Hmm i don't know how to use that opcode, i use this: 0AC8: 3@ = allocate_memory_size 260 0AB1: call @GETCHATTEXT 1 ID 99 TO 3@ if 0AD4: 4@ = scan_string 3@ format "I'm {FF0000}SEARCHING {0000FF}FOR RED TEXT ON LAST LINE" then 0AF9: "WORKS" end :GETCHATTEXT wait 500 0AB1: call @GETSAMPBASE 0 1@...
  14. P

    CLEO Help Question: Color Finder? Detect client message colors?

    It's because you are searching on LAST LINE (99) so if the cleo doesn't read THE LAST LINE then can't send the command.
  15. P

    CLEO Help Question: Color Finder? Detect client message colors?

    I use this: if 0AD4: 4@ = scan_string CHATLINE/VAR(1@) format "You caught a %s" 5@v then do something %s = 5@v = some text that appears there. Also with 0AD4 you can find text with hex colors. For example "You {FF0000}caught a %s"
Top