CLEO Help [CLEO HELP] How to make auto press sa:mp gui?

CLEO related
Status
Not open for further replies.

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,315
Solutions
7
Reaction score
935
Location
Lithuania
Hello world.

If i say in server command /drug i got this:
http://i.imgur.com/hrz3JPW.png

So how to make auto press this:
http://i.imgur.com/nInPkcz.png
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
Try this :
0BC9: samp send_dialog_response dialog 0@ button 1@ listitem 2@ input ""
Usage :
0@ [int] - dialog id //0 for current I guess
1@ [byte] - button (0 - right, 1 - left\central)
2@ [int] - number of element from list
"" [string] - optional par, goes for text you did type in dialog
 
Status
Not open for further replies.
Top