CLEO Help Dialog

CLEO related
Status
Not open for further replies.

renko

Active member
Joined
Jul 8, 2014
Messages
58
Reaction score
0
What are the parameters of the functions SAMP.ShowDialog() and SAMP.DialogRespond() ? If you can name the types also it will be great thx.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
Code:
ShowDialog,0B3B,0,0,("ID%i" "Caption%s" "Text%s" "Button1%s" "Button2%s" "Style: ^DIALOG_STYLE_MSGBOX=0^DIALOG_STYLE_INPUT^DIALOG_STYLE_LIST^DIALOG_STYLE_PASSWORD")
Code:
 DialogRespond,0B3C,1,0,("ID%i" "Button%i" "ListItem%i" "Input%i")
 

renko

Active member
Joined
Jul 8, 2014
Messages
58
Reaction score
0
springfield link said:
Code:
ShowDialog,0B3B,0,0,("ID%i" "Caption%s" "Text%s" "Button1%s" "Button2%s" "Style: ^DIALOG_STYLE_MSGBOX=0^DIALOG_STYLE_INPUT^DIALOG_STYLE_LIST^DIALOG_STYLE_PASSWORD")
Code:
 DialogRespond,0B3C,1,0,("ID%i" "Button%i" "ListItem%i" "Input%i")
Thank you  :urtheman:
 
Status
Not open for further replies.
Top