26.04.2014, 13:18
Any tutorial of how to create dialog?
CMD:help(playerid, params[]) { ShowPlayerDialog(playerid, DIALOG_HELP,DIALOG_STYLE_MSGBOX,"Help", "This is our server help section\n1.Join us at .....\n","Okay","Cancel"); return 1; }
CMD:weapons(playerid, params[])
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST,"Weapons", "Deagle 2500$\nMP5 3000$\nAK-47 4500$\nM4 4500$", "Select", "Cancel");
return 1;
}