Dialog responce help
#1

I made a dialog (msgbox type) and i made the responce but it's not working,
Код:
if(dialogid == DIALOG_JOB)
			   {
			        if(response)
			        {
			            SendClientMessage(playerid, COLOR_GREEN, "you accepted the job");
			            
                    }
                    else
                    {
                        SendClientMessage(playerid, COLOR_RED, "you declined the job");
                    }
                    return 1;
               }
       }
       return 0;
The dialog is showing but the responce is not working. help me please
Reply


Messages In This Thread
Dialog responce help - by Xenforox - 12.06.2014, 10:59
Re: Dialog responce help - by Rufio - 12.06.2014, 11:01
Re: Dialog responce help - by Rittik - 12.06.2014, 11:02
Re : Dialog responce help - by Xenforox - 12.06.2014, 11:26
Re: Dialog responce help - by Laure - 12.06.2014, 11:29
Re : Dialog responce help - by Xenforox - 12.06.2014, 11:34
Re: Dialog responce help - by NewerthRoleplay - 12.06.2014, 11:40
Re: Dialog responce help - by Laure - 12.06.2014, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)