06.05.2016, 05:37
Guys this can be a bit tricky. Why this dialog won't show
First dialog (DIALOG_KOLA2) shows. But when i click any answer or Ok second dialog (DIALOG_TUNE2) won't show. Why?? Hope you understand me
Код:
SPD(playerid, DIALOG_KOLA2, DIALOG_STYLE_LIST, "Tuning", "Alien \nX-Flow", "Ok", "Cancel");
{
if(dialogid == DIALOG_KOLA2)
{
if(response)
{
switch(listitem)
{
case 0:
{
if(GetPlayerMoney(playerid) > 5000)
{
SPD(playerid, DIALOG_TUNE2, DIALOG_STYLE_MSGBOX, "Tuning", "Da li ste sigurni? Ovo ce vas kostati 5000$", "Da", "Ne");
{


