A problem with a dialog
#6

your problem is

pawn Код:
pickups[1][ammunationgun]
you did in script

pawn Код:
pickups[0][ammunationgun]

do
pawn Код:
if(pickupid == pickups[0][ammunationgun])
    {
    if(!playerDB[playerid][teisesG])
    {
    SendClientMessage(playerid,-1,"{F22715}SERVERIS:{F2C915} Jūs negalite pirkti ginklų, kol neturite licenzijos, iљsilaikykite ją!");
    }
    else{
    ShowPlayerDialog(playerid,DIALOG_AMMU_GUN,DIALOG_STYLE_LIST,"Parduotuvė","Deagle(100)\nColt(100)\nMP5(100)\nShotgun(100)","Pasirinkti","Atgal");
    }
    }
Reply


Messages In This Thread
A problem with a dialog - by Burning - 10.06.2013, 08:52
Re: A problem with a dialog - by IceBilizard - 10.06.2013, 08:56
Re: A problem with a dialog - by Burning - 10.06.2013, 08:58
Re: A problem with a dialog - by IceBilizard - 10.06.2013, 09:15
Re: A problem with a dialog - by Burning - 10.06.2013, 09:17
Re: A problem with a dialog - by IceBilizard - 10.06.2013, 09:20
Re: A problem with a dialog - by Burning - 10.06.2013, 09:21
Re: A problem with a dialog - by Burning - 10.06.2013, 09:24
Re: A problem with a dialog - by IceBilizard - 10.06.2013, 09:31
Re: A problem with a dialog - by Burning - 10.06.2013, 09:43

Forum Jump:


Users browsing this thread: 1 Guest(s)