Nem nagyon értem mit akarsz, írd le érhetõbben..
Mód elejére:
#define DIALOG_WEAPONS 5000
A többi parancshoz:
CMD:weapons(playerid)
{
ShowPlayerDialog(playerid, DIALOG_WEAPONS, DIALOG_STYLE_LIST, \"Fegyver\", \"AK47\\nM4\\nSniper Rifle\", \"1Opcio\", \"2Opcio\");
return 1;
}
OnDialogResponse alá:
if(dialogid == DIALOG_WEAPONS)
{
if(response == 0) return ide a visszatérés dailogját
if(listitem == 0)
{
// ide hogy mit csináljon
}
if(listitem == 1)
{
// ide hogy mit csináljon
}
}