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 //...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.