CLEO Help Dialog response problem

CLEO related
Status
Not open for further replies.

roi14874

New member
Joined
Aug 16, 2014
Messages
3
Reaction score
0
I'm trying to make a counter with a variable and send it throw dialog response but it don't work.

when i tried to test it with a normal string variable it didn't send a fake response to the server:

Code:
    0@v = "Text"
    0BC9: samp send_dialog_response dialog 15@ button 1 listitem 0 input 0@v

but when i try to put a normal text in input response it work.

how can i use format or another way to send fake input dialog response

in this format:

0001
0002
0003
0004
etc..
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
Code:
0AC8: 5@ = 32
0AD3: 5@ = "My text here"
0BC9: samp send_dialog_response dialog 15@ button 1 listitem 0 input 5@
0AC9: 5@
 
Status
Not open for further replies.
Top