weapondialog not working
#1

Hello everyone,

I've made a simple weapon selection with a dialog but it isn't working. The dialog shows up but if I select an entry and klick ok the dialog disappears and I don't get the weapon. Here my code
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	if(dialogid == dmdia && response)
	{
		if(response)
        {
            if(listitem == 0)
            {
              
                GivePlayerWeapon(playerid,31,999);
            }
            if(listitem == 1)
            {
              
                GivePlayerWeapon(playerid,23,999);
            }
            if(listitem == 2)
            {

                GivePlayerWeapon(playerid,25,999);
            }
            if(listitem == 3)
            {

                GivePlayerWeapon(playerid,8,999);
            }			
        }
        return 1;

	}
...
Please tell me what's wrong with it.
Thank you
webhead
Reply


Messages In This Thread
weapondialog not working - by webhead - 28.06.2014, 18:08
Re: weapondialog not working - by Konstantinos - 28.06.2014, 18:10
Re: weapondialog not working - by webhead - 28.06.2014, 18:44
Re : weapondialog not working - by Clad - 28.06.2014, 18:48
Re: weapondialog not working - by webhead - 28.06.2014, 19:01
Re : weapondialog not working - by Clad - 28.06.2014, 19:05
Re: weapondialog not working - by webhead - 28.06.2014, 19:09
Re : weapondialog not working - by Clad - 28.06.2014, 19:10
Re: weapondialog not working - by webhead - 28.06.2014, 19:32
Re: weapondialog not working - by Konstantinos - 29.06.2014, 12:09

Forum Jump:


Users browsing this thread: 1 Guest(s)