Dialog !response help plz
#1

Hi guys I making a FS I make a dialog in FS but When i click cancel[!response] server kick me and show a msg server close the connection ? tHIS is my codes .

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 2121)
{
if(response)
{
if(listitem == 0)
{
SendClientMessage(playerid, 0xAFAFAFAA, "");
}
return 1;
}
else if(!response)
{ }
}
return 1;
}
Reply


Messages In This Thread
Dialog !response help plz - by iRana - 20.09.2010, 12:17
Re: Dialog !response help plz - by Retardedwolf - 20.09.2010, 12:19
Re: Dialog !response help plz - by iRana - 20.09.2010, 14:07
Re: Dialog !response help plz - by iRana - 20.09.2010, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)