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:
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..
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..