07.02.2013, 17:48
Hello Guys! Here's easy tutorial for making dialog system!
first:
then:
After type this in your Command, OnPlayerConnect or other!
So Works? If It works, Please "Rep+"!
first:
Код:
// Define the dialog IDs either with an enum: enum { DIALOG_WELCOME, }
Код:
// or with the more common method, defines: #define DIALOG_WELCOME 2
Код:
ShowPlayerDialog(playerid, DIALOG_WELCOME, DIALOG_STYLE_MSGBOX, "Notice", "You connected to the server", "Close", "");