12.06.2014, 10:59
I made a dialog (msgbox type) and i made the responce but it's not working,
The dialog is showing but the responce is not working. help me please
Код:
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;

