30.12.2015, 06:17
I do.
I am aware of this, I am only using the OnPlayerCommandPerformed callback.
That's why I find this to be extremely odd, there are no errors, nothing.
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_TEST)
{
if(response)
{
SendClientMessage(playerid, -1, "That's cool");
}
else
{
Kick(playerid);
}
return 1;
}
return 0;
}
Quote:
|
Make sure you don't have "public OnPlayerCommandText(playerid)" if you are using ZCMD.
|
That's why I find this to be extremely odd, there are no errors, nothing.


