Dialog Problem (Maybe SAMP BUG)
#1

Hi Scripterzzzzz !

I have a problem with the dialogs...
The (!response) code doesn't work:

pawn Код:
if(dialogid == KolaNaProdazba)
    {
        if(!response)
        {
            RemovePlayerFromVehicle(playerid);
            TogglePlayerControllable(playerid, 1);
            SendClientMessage(playerid, COLOR_WHITE, "{F20000}GRESKA:{FFFFFF} Nemate dovolno pari.");
            return 1;
        }
          // MY SCRIPT CODE :)
    }
The part from if(!response) to closing bracket isn't calling ?!?!?!?!
That's happening with all dialogs
Reply


Messages In This Thread
Dialog Problem (Maybe SAMP BUG) - by NeroX98 - 12.04.2013, 13:47
Re: Dialog Problem (Maybe SAMP BUG) - by Jstylezzz - 12.04.2013, 14:08
Re: Dialog Problem (Maybe SAMP BUG) - by NeroX98 - 12.04.2013, 14:11
Re: Dialog Problem (Maybe SAMP BUG) - by MattyG - 12.04.2013, 14:12
Re: Dialog Problem (Maybe SAMP BUG) - by NeroX98 - 12.04.2013, 14:20

Forum Jump:


Users browsing this thread: 2 Guest(s)