CLEO Help Input Dialog Text problem

CLEO related

cheetahftw1

Active member
Joined
Aug 31, 2018
Messages
39
Reaction score
0
I want to make a mod that inserts my integer variable into an edit box dialog. For example wanna input 5@ to dialog. Any help?
also if you know how to get digits from a text like "Text: 1" and I need to get only the number after ": " I'll appreciate if you can help

alloc 5@ 32
5@ = 50
SAMP.SetDialogInputBoxText(5@)
 
Last edited:
Top