CLEO Help Dialog help.

CLEO related
Status
Not open for further replies.

Petricko

Member
Joined
Dec 21, 2014
Messages
23
Reaction score
0
Is it possible to take these numbers from this dialogue and to enter into it and to confirm ???
If possible, how? Thanks in advance.
Picture: http://s2.postimg.org/xr24rtvwp/assaassa.png
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Code:
0AC8: 0@ = 260 
0AC8: 2@ = 32
        
0BD7: samp get_dialog_text 0@ 
0C17: 1@ = strlen 0@ 
1@ -= 3 
0008: 0@ += 1@
0C24: strncpy destination 2@ source 0@ size 3

0B4B: samp setDialogInput 2@
0B47: samp closeDialog _button 1 
        
0AC9: 0@
0AC9: 2@

Add your own check to see if it's the right dialog.
 
Status
Not open for further replies.
Top