CLEO Help Help

CLEO related
Status
Not open for further replies.

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
There is none, but you can do:
Code:
// 0@ got the pickup ID
// 0B51: samp 1@ = pickup_handle_by_id 0@ // if needed

065B: store_pickup 1@ position_to 2@ 3@ 4@
if 00C2: sphere_onscreen 2@ 3@ 4@ radius 99999.0
then 0AD1: show_formatted_text_highpriority "I can see Pickup Handle:~n~%d" time 2000 1@
else 0AD1: show_formatted_text_highpriority "Pickup must be at my back" time 2000
end
 
Status
Not open for further replies.
Top