SA-MP Forums Archive
[Tool/Web/Other] GTA SAMP - Dialog Creator v1.0 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] GTA SAMP - Dialog Creator v1.0 (/showthread.php?tid=474315)



GTA SAMP - Dialog Creator v1.0 - Reydifox - 07.11.2013

GTA SAMP - Dialog Creator v1.0


This is my simple dialog creator made in Visual Basic 2008...




Downloads:
Dialog Creator
Source Code ( VB 2008 )

I hope you like it


Re: GTA SAMP - Dialog Creator v1.0 - Champ - 07.11.2013

Wow.
Well Done


Re: GTA SAMP - Dialog Creator v1.0 - streetpeace - 07.11.2013

Simple but usefull for newbies, i like it finally, thanks for sharing it.


Re: GTA SAMP - Dialog Creator v1.0 - FailerZ - 07.11.2013

Nice


Re: GTA SAMP - Dialog Creator v1.0 - Pottus - 07.11.2013

You should update it to include y_inline/y_dialog output style.

pawn Code:
inline Response(pid, dialogid, response, listitem, string:text[])
{
    #pragma unused listitem, dialogid, pid, text
    if(response)
    {
    }
    else
    {
    }
}
Dialog_ShowCallback(playerid, using inline Response, DIALOG_STYLE_MSGBOX, "Dialog Name", "Dialog Text", "Button 1", "Button 2");
You'd have to add the ability to change the following.

Function Name: Response
Function Tag: pid, dialogid, response, listitem, string:text[] give these a tag ex confirm_pid since often times there is inline function inside of an inline function so you need to change the function name and tags.


Re: GTA SAMP - Dialog Creator v1.0 - ThePunisherZ - 10.12.2013

Good job. downloaded/