how to create multiple cleos in 1?

Статус
В этой теме нельзя размещать новые ответы.

LUCHARE

Известный
Друг
545
687
use script connector by MogAika or create new thread
Example:
CLEO:
{$CLEO}

0C6A: 1@ = create_custom_thread_at_label @newThread
0BDE: 0 // pause current thread

:newThread
// dont use {$CLEO} in this thread
0B6D: render 0@ = create_font "IMPACT" height 11 flags 8

while true
    wait 0
    0B6F: render font 0@ draw_text "lel" pos 150 300 color 0xFF59AEE7   
end
 

noob213

Известный
Автор темы
33
2
use script connector by MogAika or create new thread
Example:
CLEO:
{$CLEO}

0C6A: 1@ = create_custom_thread_at_label @newThread
0BDE: 0 // pause current thread

:newThread
// dont use {$CLEO} in this thread
0B6D: render 0@ = create_font "IMPACT" height 11 flags 8

while true
    wait 0
    0B6F: render font 0@ draw_text "lel" pos 150 300 color 0xFF59AEE7 
end
example

{$CLEO} // cleo 1
0000:





{$CLEO} // cleo 2
0000:
use script connector by MogAika or create new thread
Example:
CLEO:
{$CLEO}

0C6A: 1@ = create_custom_thread_at_label @newThread
0BDE: 0 // pause current thread

:newThread
// dont use {$CLEO} in this thread
0B6D: render 0@ = create_font "IMPACT" height 11 flags 8

while true
    wait 0
    0B6F: render font 0@ draw_text "lel" pos 150 300 color 0xFF59AEE7 
end
and where can i find that?
 
Статус
В этой теме нельзя размещать новые ответы.