Recent content by rebootsrl

  1. R

    CLEO Help fake opcode

    You need SB Data from SAMPFUNCS, copy and replace here -> \Sanny Builder 3\data\sa
  2. R

    Help Warnings

    Use Sampfuncs.
  3. R

    CLEO Help [Help] Multicolor text

    Yee, it works. Thanks a lot springfield.  :urtheman: :urtheman:
  4. R

    CLEO Help ON/OFF Function .cs mod

    Here it is. Script // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- thread "CBUG" 1@ = 0 :CBUG_1 wait 0 if 0ADC:  test_cheat "CBUG" jf @CBUG_2 if   1@ == 0 jf @CBUG_3...
  5. R

    CLEO Help [Help] Multicolor text

    0B67: render a 1@ r 2@ g 3@ b 0xFF to_argb 5@ - Texdraw always blue 0B67: render a 0xFF r 1@ g 2@ b 3@ to_argb 5@ - Texdraw always red 0B67: render a 1@ r 0xFF g 2@ b 3@ to_argb 5@ - Texdraw always red 0B67: render a 1@ r 2@ g 0xFF b 3@ to_argb 5@ - Texdraw always green Help, now i can change...
  6. R

    CLEO Help [Help] Multicolor text

    It works. But i can't make a increasing/decreasing of the color.. the color is always black. Here it is my script. {$CLEO .cs} 0000: NOP CONST     R = 1@     G = 2@     B = 3@ END WHILE TRUE     WAIT 0     R = 255     G = 0     B = 0     FOR B = 0 TO 255         WAIT 0         GOSUB...
  7. R

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

    Re: [search]adding a script without /q Compile script and copy in CLEO folder;<<You need to enable the console (EnableConsole=true) from "SAMPFUNCS_SETTINGS.ini">>; Open SAMPFUNCS console (~); Then type: 0A92: create_custom_thread "Name.cs" or just 0A92: "Name.cs"
  8. R

    CLEO Help [Help] Multicolor text

    i made this for letter_size then 0C5C: samp textdraw 2054 get_letter_size 1@ 2@ color 3@             0AF8: samp add_message_to_chat "%d %d %d" color 0xFFFFFFFF 1@ 2@ 3@ and 1051931410 1067030938 was the values, I hope I did well. But i can't make a increasing/decreasing of the color...
  9. R

    CLEO Help [Help]The script displays D

    Sloved. I changed the settings to As Is, and it works
  10. R

    CLEO Help [Help] Multicolor text

    {$CLEO .cs} 0000: NOP CONST     R = 2@     G = 3@     B = 4@ END WHILE TRUE     WAIT 0     R = 255     G = 0     B = 0     FOR B = 0 TO 255         WAIT 0         0B67: render a 0xFF r 2@ g 3@ b 4@ to_argb 5@         GOSUB @paris     END     B = 255     FOR R = 255 DOWNTO 0         WAIT 0...
  11. R

    CLEO Help [Help]The script displays D

    Hello, i made a script and and instead of the id is showing me "D". 0ad3: sprintf 2@ "TextdrawID: %d | %s" 0@ 1@ Here i have a photo: http://imgur.com/6J9cTQL
  12. R

    CLEO Help [Help] Multicolor text

    springfield? TH3RM4L? Anyone?
  13. R

    CLEO Help [Help] Multicolor text

    Thanks a lot, but I have a misunderstanding how can i find that the "textdraw id (0@)"?  <<0C52: samp textdraw 0@ set_letter_size 1@ 2@ color 3@>> Edit: I made this and everything is ok, no crash but the healthbar does not appear
  14. R

    CLEO Help [Help] Multicolor text

    Thanks. But how can i change the color to a stored in exe memory word, like "rpg.b-zone.ro". You can give me a snippet? Thank again!  :urtheman: :urtheman: :urtheman: :urtheman: :urtheman: :urtheman: :urtheman:
Top