CLEO Help [Help] My cleo keybinder not working.

CLEO related
Status
Not open for further replies.

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
My cleo keybinder in attachment.
Please any one fix it. :bawww: :bawww: :somuchwin:
 

Attachments

  • My Keybinder.cs
    18.7 KB · Views: 86

HenryTeylor

Active member
Joined
Sep 13, 2014
Messages
33
Reaction score
0
Osworld link said:
when i press key 1 .
Nothing happen

Works  :hellno:

pQnyfiN.png


VP6Vex7.png
 

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
... Type keybinder as a cheat for singleplayer, it activate and deactivate with the same "cheat".

Activations: key 49 (1), key 50 (2), key 51 (3)
 

HenryTeylor

Active member
Joined
Sep 13, 2014
Messages
33
Reaction score
0
Osworld link said:
wtf
keybinder on?
How to on this? Because its not mine.

:computer_guy: :computer_guy: :computer_guy:

{$CLEO}
{$NOSOURCE}
0000: NOP

thread "HenryTeylor"

if not 0@ = SAMP.Base()
then 0A93: end_custom_thread
end
while not SAMP.Available()
wait 100
end

0B34: samp register_client_command "binder" to_label @binder

while true
wait 0
    if 1@ == 1
    then
        if 0ab0: 49
        then
            if not Samp.ChatInputOpened()
            then
            alloc 2@ 124
            0AF4: 2@ = read_string_from_ini_file "cleo\binder.ini" section "Text" key "One"
            0af9: "%s" 2@
            wait 1000
            free 2@
            end
        end
    end
    if 1@ == 1
    then
        if 0ab0: 50
        then
            if not Samp.ChatInputOpened()
            then
            alloc 3@ 124
            0AF4: 3@ = read_string_from_ini_file "cleo\binder.ini" section "Text" key "Two"
            0af9: "%s" 3@
            wait 1000
            end
        end
    end
    if 1@ == 1
    then
        if 0ab0: 51
        then
            if not Samp.ChatInputOpened()
            then
            alloc  4@ 124
            0AF4: 4@ = read_string_from_ini_file "cleo\binder.ini" section "Text" key "Three"
            0af9: "%s" 4@
            wait 1000
            end
        end
    end
end

:binder
0B12: 1@ = 1@ xor 1
if
1@ == 1
then
0af8: "Binder {f08080}on" 0xffffff
else
0af8: "Binder {f08080}off" 0xffffff
end
Samp.CmdRet()

Do not forget to create an ini file
 
Status
Not open for further replies.
Top