Help how to get x,y,z checkpoint

cailozma

Member
Joined
Jun 6, 2025
Messages
11
Reaction score
1
Help me not work/ thank !!!
1749709613561.png
CSS:
{$CLEO .cs}

0000: NOP

:START
wait 0
if
    if 0AB0: key_pressed 0x5A // Key Z
then
    00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@

    //  X, Y, Z
    0AD1: show_formatted_text_highpriority "~r~X: ~w~%f~n~~g~Y: ~w~%f~n~~b~Z: ~w~%f" time 4000 0@ 1@ 2@
end
jump @START
 

cailozma

Member
Joined
Jun 6, 2025
Messages
11
Reaction score
1
help how to write file not working, thank you
CSS:
1@ = File.Open("CLEO\Check.txt", 8)
File.Write(1@, "stop", 4)
File.Write(1@, "\n", 1)
File.Close(1@)
 
Top