[Tutorial] How To Make Dialog system
#1

Hello Guys! Here's easy tutorial for making dialog system!

first:
Код:
// Define the dialog IDs either with an enum:

enum
{
    DIALOG_WELCOME,
}
then:

Код:
// or with the more common method, defines:
#define DIALOG_WELCOME 2
After type this in your Command, OnPlayerConnect or other!

Код:
ShowPlayerDialog(playerid, DIALOG_WELCOME, DIALOG_STYLE_MSGBOX, "Notice", "You connected to the server", "Close", "");
So Works? If It works, Please "Rep+"!
Reply
#2

What is this? A pointless thread to describe what is already on the SA:MP wiki?

https://sampwiki.blast.hk/wiki/ShowPlayerDialog

This is not a "dialog system," it's just showing you two different ways to handle dialog ID's -- NOT A TUTORIAL!
Reply
#3

Not to be rude/mean but SA-MP wiki explains alot better than you do. If you aren't sure what you are doing, don't teach people with your uncertainty.
Reply
#4

I read it and was instantly confused.. you didn't explain a damn thing, and as stated above, the wiki explains it perfectly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)