Posts: 1,168
Threads: 60
Joined: Dec 2016
Reputation:
0
So if i am right the limit of dialog_style_input is 128.
Is there another kind of way with a bigger input box which allows more characters?
Or a way to bypass this limit?
Posts: 1,915
Threads: 64
Joined: Jan 2016
Reputation:
0
Unfortunately, you can't bypass this limit. It's like asking if we can bypass the input chattext limit. Sorry for you!
Posts: 1,773
Threads: 47
Joined: Jan 2015
Reputation:
0
No you cannot bypass the limit.
What you can do is show multiple input dialogs and strcat your global string untill player decides to finish.
Make secondary button a finish input button or check if player writes a special keyword in input field like "end" or "finish".
Posts: 1,168
Threads: 60
Joined: Dec 2016
Reputation:
0
Thank you for the response.
I think bigger input boxes should be included in a next samp update :P
@Gammix i am going to do that thank you for the tip
@Dayrion of course it is like asking if we can bypass the input chattext limit because that is exactly what i did.