Help Cleo get chat color with command

Kidno213123

New member
Joined
Jan 25, 2025
Messages
4
Reaction score
0
I idea cleo auto farm but I lack the get chat color part to notify the number of times completed and it always crashes with the code samp_add_message
is there any way everyone .
the source code I need to output is 2@ with the number of completed values
I want it to display the message after completion
U comple {2@}/5 can everyone help me
cleo I have completed everything all versions but only this part is missing I have searched for data forever but can't find it
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
662
Reaction score
50

check how it us using ChangeString of @Parazitas
 

Kidno213123

New member
Joined
Jan 25, 2025
Messages
4
Reaction score
0
This erro


:Chatmsg
0AA2: 31@ = "samp.dll" //
0AB1: @get_samp_version_id 0 _returned: ID 17@
IF 17@ == 0
THEN
0AD1: show_text_highpriority "~R~[ERROR] errro samp version" time 3000
0AB2: ret 0
END
IF 17@ == 1 // 0.3.Dl
THEN
0085: 30@ = 31@
30@ += 2804240

0A8D: 29@ = read_memory 28@ size 4 virtual_protect 1
0085: 28@ = 31@ // (int)
28@ += 423504
0AA6: call_method 28@ struct 26@ num_params 5 pop 0 0 -4129023 0 "Testding" 8
0AB2: ret 0
END
 
Top