Help I need help finding it text

troxx

New member
Joined
Aug 3, 2016
Messages
4
Reaction score
0
In the server I play, the treasure is hidden as text, not obiject. so i need cleo find text
 

GoodMan

Active member
Joined
Jun 4, 2014
Messages
147
Reaction score
0
TRY 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
 

troxx

New member
Joined
Aug 3, 2016
Messages
4
Reaction score
0
TRY 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
how to active bro
 
Top