14.01.2012, 13:21
Show the dialog with "Weapons" and "Car" and in "switch(listitem)" case 0 would be Weapons, and case 1 would be Car. So then in case 0 open this dialog:
and on case 1, open a car dialog.
For more info, visit this link and this link.
pawn Код:
ShowPlayerDialog(playerid, DIALOG_TRUNK, DIALOG_STYLE_LIST, "Trunk", "Take M4\nTake MP5", "Take", "Exit")
For more info, visit this link and this link.