dialoginput style question
#8

Try:

pawn Код:
[if(dialogid  == Weaponsdialog)
{
    if(response)
    {
        if(!strcmp("1", inputtext)) GivePlayerWeapon(playerid,8,0);
        else if(!strcmp("2", inputtext)) GivePlayerWeapon(playerid,9,0);
    }
}
Reply


Messages In This Thread
dialoginput style question - by BlackWolf120 - 01.05.2011, 04:03
Re: dialoginput style question - by Joe Staff - 01.05.2011, 04:30
Re: dialoginput style question - by BlackWolf120 - 01.05.2011, 11:58
Re: dialoginput style question - by BlackWolf120 - 02.05.2011, 17:13
Re: dialoginput style question - by BlackWolf120 - 03.05.2011, 22:23
Re: dialoginput style question - by admantis - 03.05.2011, 23:13
AW: dialoginput style question - by BlackWolf120 - 04.05.2011, 17:00
Re: dialoginput style question - by Jeffry - 05.05.2011, 18:12
Re: dialoginput style question - by Vince - 05.05.2011, 20:32
Re: dialoginput style question - by BlackWolf120 - 06.05.2011, 18:25

Forum Jump:


Users browsing this thread: 2 Guest(s)