CLEO Help help me

CLEO related
Status
Not open for further replies.

magyi

Member
Joined
May 4, 2017
Messages
10
Reaction score
0
Hello,
[font=arial, sans-serif]I want to do it when I press a key to write an order on the chat.[/font]
[font=arial, sans-serif]Ex: 
[font=arial, sans-serif]when I prees X 
[size=x-large][font=arial, sans-serif]to write on chat / stats[/font]
[/font]
[/font][/size]
 

noob213

Active member
Joined
Sep 15, 2017
Messages
88
Reaction score
6
Code:
{$CLEO}
0000:       

Repeat
wait 0
until 0AFA:  is_samp_available

While true 
wait 0
if and
8B21: not samp is_chat_opened
0AB0:   key_pressed 88             
then
wait 120
say "/stats" 
end
end
// press x for say /stats
[attachment=5150]
 

Attachments

  • yourscript.cs
    17.2 KB · Views: 17

magyi

Member
Joined
May 4, 2017
Messages
10
Reaction score
0
noob213 said:
Code:
{$CLEO}
0000:       

Repeat
wait 0
until 0AFA:  is_samp_available

While true 
wait 0
if and
8B21: not samp is_chat_opened
0AB0:   key_pressed 88             
then
wait 120
say "/stats" 
end
end
// press x for say /stats
Thx
 
Status
Not open for further replies.
Top