Search results

  1. H

    Help Can't Write file txt

    I just learned how to write cleo, I don't know why pressing Z crashing, can anyone help me!!! {$CLEO .cs} 0000: NOP :MAIN wait 0 if 0AB0: key_pressed 52 // Z then if 0AAB: file_exists "cleo/test.txt" then 0AD3: 2@ = format "This is a CLEO test line.\n" 0A9A: 1@ = openfile...
  2. H

    Help Fix SanyBuilder 3.0 to 4

    Help.SanyBuilder 4 has pre-set As is !!!
  3. H

    Help Fix SanyBuilder 3.0 to 4

    Hi, can anyone help me revise the old code to version 4, I can't compile it. Thank !!! https://ugbase.eu/threads/cleo-automatically-mark-the-red-checkpoints.17583/ {$CLEO .cs} THREAD 'RACECPMARKER' WAIT 5000 // WAIT UNTIL SAMP INIT?? WHILE TRUE WAIT 0 IF KEY_DOWN 77 //...
  4. H

    Help can't compile basic cleo file

    https://ugbase.eu/threads/how-to-make-a-simple-cleo-script.2110/ Hi, I just started learning to code Cleo Why can't I compile this basic code {$VERSION 3.1.0027} {$CLEO .cs} thread 'TESTCLEO' :TESTCLEO_01 wait 0 if 0AB0: key_pressed 123 else_jump @TESTCLEO_02 0332: set_actor $PLAYER_ACTOR...
Top