any screenshots?In the server I play, the treasure is hidden as text, not obiject. so i need cleo find text
it doesn't show any object just 1 line of text on the picture my job is to find the text and press H to get the item
View attachment 6627
YES ,Can you give me the file find 3DTEXTLABEL please?well if im not mistaken that's 3DTEXTLABEL anyways does that text change or is it always the same? Also drop the server ip it might make it easier for me
{$CLEO .cs}
0000: NOP
WHILE 8AFA: is_samp_available
WAIT 0
END
0B6D: render 31@ = create_font "Arial" height 10 flags 13
ALLOC 30@ 260
WHILE TRUE
WAIT 0
29@ = 300
FOR 0@ = 0 TO 2048
IF 0B46: samp 3d_text 0@ defined
THEN
0C46: samp get_3d_text_info_by_id 0@ string_ptr 1@ color 2@ position 3@ 4@ 5@ view_distance 6@ show_behind_walls 7@ attached_to_player 8@ attached_to_vehicle 9@
FORMAT 30@ "{%x}%d, %s, %X, XYZ%0.f %0.f %0.f, #%0.f, %d, %d, %d" 2@ 0@ 1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@
0B6F: render font 31@ draw_text 30@ pos 750 29@ color -1
29@ += 14
END
END
END
how to active broTRY THIS
PHP:{$CLEO .cs} 0000: NOP WHILE 8AFA: is_samp_available WAIT 0 END 0B6D: render 31@ = create_font "Arial" height 10 flags 13 ALLOC 30@ 260 WHILE TRUE WAIT 0 29@ = 300 FOR 0@ = 0 TO 2048 IF 0B46: samp 3d_text 0@ defined THEN 0C46: samp get_3d_text_info_by_id 0@ string_ptr 1@ color 2@ position 3@ 4@ 5@ view_distance 6@ show_behind_walls 7@ attached_to_player 8@ attached_to_vehicle 9@ FORMAT 30@ "{%x}%d, %s, %X, XYZ%0.f %0.f %0.f, #%0.f, %d, %d, %d" 2@ 0@ 1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@ 0B6F: render font 31@ draw_text 30@ pos 750 29@ color -1 29@ += 14 END END END