Help Cleo target marker (rightclick on the ingame map)

cailozma

Member
Joined
Jun 6, 2025
Messages
9
Reaction score
0
not working...............
Code:
{$CLEO .cs}:MARKERTEST03A4: name_thread "TESTLICIOUS"
wait 1000:LOL
wait 0if0AB0:
key_pressed 122004D:
jump_if_false @LOL00BA:
text_styled 'FEM_OK'  1000 ms  12@ = Marker.CreateIconWithoutSphere(41, 882.2519, 2012.8652, 10.8203)0A93:
end_custom_thread
 

cailozma

Member
Joined
Jun 6, 2025
Messages
9
Reaction score
0
help
Code:
{$CLEO .cs}

:MARKERTEST03A4
name_thread "TESTLICIOUS"

wait 1000

:LOL
wait 0
if
    0AB0: key_pressed 122
004D: jump_if_false @LOL

00BA: text_styled 'FEM_OK' 1000 ms 12

02A8: 0@ = create_marker 41 at 882.2519 2012.8652 10.8203

0A93: end_custom_thread
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,335
Solutions
7
Reaction score
948
Location
Lithuania
help
Code:
{$CLEO .cs}

:MARKERTEST03A4
name_thread "TESTLICIOUS"

wait 1000

:LOL
wait 0
if
    0AB0: key_pressed 122
004D: jump_if_false @LOL

00BA: text_styled 'FEM_OK' 1000 ms 12

02A8: 0@ = create_marker 41 at 882.2519 2012.8652 10.8203

0A93: end_custom_thread
 
Top