CLEO Help [CLEO] Help

CLEO related
Status
Not open for further replies.

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
Hello world.

I`am looking cleo and have questions.
I want try create auto unfreeze cleo , it is possible?

- Well it is possible -

Source:
http://pastebin.com/UCBPZLz2
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
Parazitas said:
Hello world.

I`am looking cleo and have questions.
I want try create auto unfreeze cleo , it is possible?

- Well it is possible  -

Source:
http://pastebin.com/UCBPZLz2

Code:
{$CLEO .cs}
 
//-------------MAIN---------------
thread 'RUN_SYLAR'
 
:RUN_SYLAR_19
wait 0
if
   Player.Defined($PLAYER_CHAR)
jf @RUN_SYLAR_19
Player.InfiniteRun($PLAYER_CHAR) = True
Player.CanMove($PLAYER_CHAR) = True
Actor.LockInCurrentPosition($PLAYER_ACTOR) = False
018C: play_sound 1058 at 0.0 0.0 0.0
goto @RUN_SYLAR_19
end_thread

Well looking into this script i don't see anything special, but you want this to be compiled?
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
not490 said:
Parazitas said:
Hello world.

I`am looking cleo and have questions.
I want try create auto unfreeze cleo , it is possible?

- Well it is possible  -

Source:
http://pastebin.com/UCBPZLz2

Code:
{$CLEO .cs}
 
//-------------MAIN---------------
thread 'RUN_SYLAR'
 
:RUN_SYLAR_19
wait 0
if
   Player.Defined($PLAYER_CHAR)
jf @RUN_SYLAR_19
Player.InfiniteRun($PLAYER_CHAR) = True
Player.CanMove($PLAYER_CHAR) = True
Actor.LockInCurrentPosition($PLAYER_ACTOR) = False
018C: play_sound 1058 at 0.0 0.0 0.0
goto @RUN_SYLAR_19
end_thread

Well looking into this script i don't see anything special, but you want this to be compiled?

 Well I trying create admin freeze cheker , i mean if admin freeze me cleo send msg or unfreeze. It is possible?
 
Status
Not open for further replies.
Top