C cailozma Member Joined Jun 6, 2025 Messages 11 Reaction score 1 Yesterday at 7:25 AM #1 Help me not work/ thank !!! 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
Help me not work/ thank !!! 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
C cailozma Member Joined Jun 6, 2025 Messages 11 Reaction score 1 Yesterday at 8:28 AM #2 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@) Upvote 0 Downvote
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@)