[Tool/Web/Other] GTA SAMP - Dialog Creator v1.0
#1

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
Reply
#2

Wow.
Well Done
Reply
#3

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

Nice
Reply
#5

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.
Reply
#6

Good job. downloaded/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)