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...
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...
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...
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"
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...
{$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...
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
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
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:
Hello, i want to make a mod like that https://www.youtube.com/watch?v=GPeoRFHuLtQ anyone can help me? I don't know how to change the memory color.
Thank you!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.