CLEO Help Cleo Command

CLEO related
Status
Not open for further replies.

ShaDow.v3

Member
Joined
Jan 9, 2016
Messages
13
Reaction score
0
Want To Create A Cleo Commands

like this /test1      write in chat box I Love Ugbase


Something like Keybinder :mad: but with commands  :urtheman:
 

KillerZ

Active member
Joined
Apr 6, 2014
Messages
73
Reaction score
0
You can use something like the code below, you'll need SampFuncs. If you want something like keybinds, you might want to look at this:

https://ugbase.eu/tutorials/(tutorial)make-your-own-keybinder-!/

{$CLEO}

0000: NOP

repeat
    wait 300
until 0AFA:  is_samp_available

0B34: samp register_client_command "test1" to_label [member=23507]Label[/member]

while true
wait 0
end

:Label
0AF9: samp say_msg "I love UgBase"
0B43: samp cmd_ret
 

ShaDow.v3

Member
Joined
Jan 9, 2016
Messages
13
Reaction score
0
KillerZ link said:
You can use something like the code below, you'll need SampFuncs. If you want something like keybinds, you might want to look at this:

https://ugbase.eu/tutorials/(tutorial)make-your-own-keybinder-!/

{$CLEO}

0000: NOP

repeat
    wait 300
until 0AFA:  is_samp_available

0B34: samp register_client_command "test1" to_label [member=23507]Label[/member]

while true
wait 0
end

:Label
0AF9: samp say_msg "I love UgBase"
0B43: samp cmd_ret



i know how to make keybinder witth keys :(

i want to make binds with commands and i want to create more that one can you tell me how ?
 

mrsaxobit

Member
Joined
Feb 5, 2014
Messages
23
Reaction score
0
or you can for example edit this cleo and do what you want to. :yuno:

https://ugbase.eu/releases-6/another-pointless-cnr-cleo/msg89521/#msg89521
 

ShaDow.v3

Member
Joined
Jan 9, 2016
Messages
13
Reaction score
0
mrsaxobit link said:
or you can for example edit this cleo and do what you want to. :yuno:

https://ugbase.eu/releases-6/another-pointless-cnr-cleo/msg89521/#msg89521

i want to type commands not keys man :3
 
Status
Not open for further replies.
Top