Dialog Problem (Maybe SAMP BUG)
#4

Try putting this in a stock:
pawn Код:
{
            RemovePlayerFromVehicle(playerid);
            TogglePlayerControllable(playerid, 1);
            SendClientMessage(playerid, COLOR_WHITE, "{F20000}GRESKA:{FFFFFF} Nemate dovolno pari.");
            return 1;
        }
Then change the line to:
pawn Код:
if(!response) return stocknamehere(parameters);
//Other code here
Edit:Ignore that ^^ Sorry.

Place the if(!response) outside of your if(dialogid == KolaNaProdazba), like just under OnDialogResponse.
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: 1 Guest(s)