Search results

  1. 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 //...
  2. 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