R renko Active member Joined Jul 8, 2014 Messages 58 Reaction score 0 Jun 30, 2015 #1 What are the parameters of the functions SAMP.ShowDialog() and SAMP.DialogRespond() ? If you can name the types also it will be great thx.
What are the parameters of the functions SAMP.ShowDialog() and SAMP.DialogRespond() ? If you can name the types also it will be great thx.
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 272 Jun 30, 2015 #2 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") Upvote 0 Downvote
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")
R renko Active member Joined Jul 8, 2014 Messages 58 Reaction score 0 Jul 1, 2015 #3 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") Click to expand... Thank you :urtheman: Upvote 0 Downvote
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") Click to expand... Thank you :urtheman: