08.06.2017, 18:29
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_AJUDA)
{
if(response)
{
switch(listitem)
{
case 0: ShowPlayerDialog(playerid, DIALOG_REGRA, DIALOG_STYLE_MSGBOX, "Regras", "[...]Blб blб[...]", "Certo", "");
}
}
return 1;
}
return 1;
}