13.03.2016, 10:50
I was on my phone when I wrote my original reply. There's not much to show here. Check the Wiki page.
PHP код:
// OnDialogResponse
if (dialogid == DIALOG_SETTINGSMAIN)
{
if (response)
{
switch (listitem)
{
case 0:
{
phoneVar = !phoneVar;
}
case 1:
{
newbieChatVar = !newbieChatVar;
}
// etc
}
// other possible code here, like ShowPlayerDialog
}
return 1;
}