[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


Messages In This Thread
How To Make Dialog system - by TwisTa98 - 07.02.2013, 17:48
Re: How To Make Dialog system - by Scenario - 07.02.2013, 17:50
Re: How To Make Dialog system - by T0pAz - 07.02.2013, 22:17
Re: How To Make Dialog system - by PrawkC - 08.02.2013, 01:08

Forum Jump:


Users browsing this thread: 1 Guest(s)