Resource icon

CLEO Release Auto KeyBind

CLEO related
Status
Not open for further replies.

Noel_Nallos

Active member
Joined
Sep 27, 2014
Messages
28
Reaction score
0
wtf.jpg


help me about this pls.
I want /loadtruck
then he will choose legal goods then next clothing.
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,159
Solutions
5
Reaction score
894
Location
Lithuania
Marozas said:
Abejoju ar kazkur panaudojamas configas...

This cleo like auto text or command sender , just replace old text and  put new . Your text or command repeats every time, when disabled just stop send.

Something like that.:

1. /v Teikiu pagalba - /sms
2. /cuff 
3. /heal
or something....
 

Tibi

Member
Joined
Sep 21, 2014
Messages
10
Reaction score
0
How to set to use commands from another cleo mod? Like /sett 5 to change time, but that command is from a CLEO mod with name changer.cs
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,159
Solutions
5
Reaction score
894
Location
Lithuania
Tibi said:
How to set to use commands from another cleo mod? Like /sett 5 to change time, but that command is from a CLEO mod with name changer.cs

Give changer.cs
 

Tibi

Member
Joined
Sep 21, 2014
Messages
10
Reaction score
0
Ok, attachment
 

Attachments

  • changer.rar
    6.9 KB · Views: 98

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,159
Solutions
5
Reaction score
894
Location
Lithuania
Tibi said:
Ok, attachment

1. You want that cleo auto.. send one time one command?

Or

2. You want that cleo auto.. send always that command?
 

ramez

Active member
Joined
Jun 11, 2015
Messages
120
Reaction score
0
Location
GB
ramez said:
Good job bro
but why some commands like this:/health or /ammo work
and some commands like this:/rcon login 123 not work???

No anyone on this site know:Why only this command  /rcon login **** does not work?
please reply.
 

Tibi

Member
Joined
Sep 21, 2014
Messages
10
Reaction score
0
Parazitas said:
Tibi said:
How to set to use commands from another cleo mod? Like /sett 5 to change time, but that command is from a CLEO mod with name changer.cs

Give changer.cs

Parazitas said:
Tibi said:
Ok, attachment

1. You want that cleo auto.. send one time one command?

Or

2. You want that cleo auto.. send always that command?

2. I want that cleo auto send always commands like /sett 1, after 10 minutes /sett 2 (/sett 1-24) and never stop sending commands
 

Tibi

Member
Joined
Sep 21, 2014
Messages
10
Reaction score
0
Parazitas said:
Tibi said:
Ok, attachment

1. You want that cleo auto.. send one time one command?

Or

2. You want that cleo auto.. send always that command?

I want that cleo auto send always commands, like: /sett 1, after 10 minutes /sett 2, after 10 minutes /sett (/sett 1-24), and never stop sending commands
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,159
Solutions
5
Reaction score
894
Location
Lithuania
Tibi said:
Parazitas said:
Tibi said:
Ok, attachment

1. You want that cleo auto.. send one time one command?

Or

2. You want that cleo auto.. send always that command?

I want that cleo auto send always commands, like: /sett 1, after 10 minutes /sett 2, after 10 minutes /sett (/sett 1-24), and never stop sending commands

Here u go..
Activate / Deactivete - in server say command /akb

Code:
{$CLEO .cs}
0000:
thread 'A. + K. + B.'
////////////////////////
thread '   Auto   '
thread '    +     '
thread '   Key    '
thread '    +     '
thread '   Bind   '
////////////////////////
0B34: samp register_client_command "akb" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds
/// wait 30000 - 5 minutes
/// wait 600000 - 10 minutes

//////

:MAIN       
wait 0
if
0@ == 1
then
wait 500  /// You can change time        
0AF9: samp say_msg "/sett 1"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 2"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 3"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 4"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 5"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 6"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 7"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 8"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 9"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 10"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 11"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 12"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 13"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 14"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 15"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 16"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 17"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 18"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 19"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 20"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 21"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 22"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 23"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 24" 
end

/////// Pause beafore repeat
if
0@ == 1
then
wait 600000  /// You can change time     
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Key Bind: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Key Bind: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN
 

Attachments

  • T.cs
    21.6 KB · Views: 7

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,159
Solutions
5
Reaction score
894
Location
Lithuania
Tibi said:
Parazitas said:
Tibi said:
Ok, attachment

1. You want that cleo auto.. send one time one command?

Or

2. You want that cleo auto.. send always that command?

I want that cleo auto send always commands, like: /sett 1, after 10 minutes /sett 2, after 10 minutes /sett (/sett 1-24), and never stop sending commands

Here u go ...
Activate / Deactivate - In server say command /akb

Code:
{$CLEO .cs}
0000:
thread 'A. + K. + B.'
////////////////////////
thread '   Auto   '
thread '    +     '
thread '   Key    '
thread '    +     '
thread '   Bind   '
////////////////////////
0B34: samp register_client_command "akb" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds
/// wait 30000 - 5 minutes
/// wait 600000 - 10 minutes

//////

:MAIN       
wait 0
if
0@ == 1
then
wait 500  /// You can change time        
0AF9: samp say_msg "/sett 1"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 2"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 3"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 4"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 5"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 6"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 7"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 8"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 9"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 10"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 11"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 12"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 13"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 14"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 15"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 16"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 17"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 18"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 19"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 20"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 21"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 22"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 23"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 24" 
end

/////// Pause beafore repeat
if
0@ == 1
then
wait 600000  /// You can change time     
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Key Bind: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Key Bind: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN
 

Attachments

  • T.cs
    21.6 KB · Views: 51

Tibi

Member
Joined
Sep 21, 2014
Messages
10
Reaction score
0
Parazitas said:
Tibi said:
Parazitas said:
Tibi said:
Ok, attachment

1. You want that cleo auto.. send one time one command?

Or

2. You want that cleo auto.. send always that command?

I want that cleo auto send always commands, like: /sett 1, after 10 minutes /sett 2, after 10 minutes /sett (/sett 1-24), and never stop sending commands

Here u go ...
Activate / Deactivate - In server say command /akb

Code:
{$CLEO .cs}
0000:
thread 'A. + K. + B.'
////////////////////////
thread '   Auto   '
thread '    +     '
thread '   Key    '
thread '    +     '
thread '   Bind   '
////////////////////////
0B34: samp register_client_command "akb" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds
/// wait 30000 - 5 minutes
/// wait 600000 - 10 minutes

//////

:MAIN       
wait 0
if
0@ == 1
then
wait 500  /// You can change time        
0AF9: samp say_msg "/sett 1"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 2"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 3"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 4"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 5"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 6"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 7"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 8"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 9"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 10"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 11"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 12"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 13"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 14"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 15"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 16"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 17"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 18"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 19"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 20"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 21"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 22"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 23"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 24" 
end

/////// Pause beafore repeat
if
0@ == 1
then
wait 600000  /// You can change time     
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Key Bind: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Key Bind: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN

Not working ::( "SERVER: Unknown command, you can test it, with changer.cs


I need like a function to write command like /time 5, not on chat to server, for changer.cs
 

Apex

New member
Joined
Feb 11, 2017
Messages
1
Reaction score
0
Tibi said:
Parazitas said:
Tibi said:
Parazitas said:
Tibi said:
Ok, attachment

1. You want that cleo auto.. send one time one command?

Or

2. You want that cleo auto.. send always that command?

I want that cleo auto send always commands, like: /sett 1, after 10 minutes /sett 2, after 10 minutes /sett (/sett 1-24), and never stop sending commands

Here u go ...
Activate / Deactivate - In server say command /akb

Code:
{$CLEO .cs}
0000:
thread 'A. + K. + B.'
////////////////////////
thread '   Auto   '
thread '    +     '
thread '   Key    '
thread '    +     '
thread '   Bind   '
////////////////////////
0B34: samp register_client_command "akb" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds
/// wait 30000 - 5 minutes
/// wait 600000 - 10 minutes

//////

:MAIN       
wait 0
if
0@ == 1
then
wait 500  /// You can change time        
0AF9: samp say_msg "/sett 1"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 2"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 3"
end

//////
if
0@ == 1
then
wait 600000  /// You can change time        
0AF9: samp say_msg "/sett 4"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 5"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 6"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 7"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 8"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 9"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 10"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 11"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 12"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 13"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 14"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 15"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 16"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 17"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 18"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 19"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 20"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 21"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 22"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 23"
end

///////
if
0@ == 1
then
wait 600000  /// You can change time     
0AF9: samp say_msg "/sett 24" 
end

/////// Pause beafore repeat
if
0@ == 1
then
wait 600000  /// You can change time     
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Key Bind: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Key Bind: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN

Not working ::( "SERVER: Unknown command, you can test it, with changer.cs


I need like a function to write command like /time 5, not on chat to server, for changer.cs


Nu iti merge pentru ca, comenzile care le-ai pus in Sanny builder nu sunt din joc ci din alt mod.
 

0ggy

New member
Joined
Dec 20, 2014
Messages
3
Reaction score
0
Why do I edit cleo show error unknown opcode 0B34 ???
Help me -_-
 

0ggy

New member
Joined
Dec 20, 2014
Messages
3
Reaction score
0
Parazitas said:
0ggy said:
Tại sao tôi chỉnh sửa lỗi hiển thị cleo chưa biết opcode 0B34 ???
Giúp tôi -_-

Bạn đã cài SAMPFUNCS trong nhà xây dựng Sanny?

How can I remove SAMPFUNCS

Help Me
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,159
Solutions
5
Reaction score
894
Location
Lithuania
0ggy said:
Parazitas said:
0ggy said:
Tại sao tôi chỉnh sửa lỗi hiển thị cleo chưa biết opcode 0B34 ???
Giúp tôi -_-

Bạn đã cài SAMPFUNCS trong nhà xây dựng Sanny?

How can I remove SAMPFUNCS

Help Me

Go here...
http://ugbase.eu/Thread-Solution-Unknown...ny-Builder
                                              ↓

- Copy all files from the "SB data" to "/Sanny Builder 3/data/sa".
 
Status
Not open for further replies.
Top