26.05.2011, 12:12
this has never happened befour
if i click anything on my menu nothing happens why?
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == gundialog)
{
if(response)
{
if(listitem == 0)
{
SendClientMessage(playerid,COLOR_RED,"You Picked Pack 1");
}
if(listitem == 1)
{
SendClientMessage(playerid,COLOR_RED,"You Picked Pack 2");
}
if(listitem == 2)
{
SendClientMessage(playerid,COLOR_RED,"You Picked Pack 3");
}
return 1;
}
}
return 1;
}



stupid me i knew nothing was wrong with my coding