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
#2

Please use [ code ] or [ pawn ] tags when showing people a portion of your script.

With the current script given it doesn't have any Kick or Ban parts in it it shouldn't kick/ban you.
Reply
#3

Yes it kick me on this code ..........................
Reply
#4

Help plz....................
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)