17.06.2013, 17:17
Try to run a simple code:
If the server still crash the problem is the y_inline or y_dialogs.
If not, post ShowGrafftiDeleteData
Код:
inline Dialog_Response1(pid, dialogid, response, listitem, string:inputtext[]) { #pragma unused inputtext if(response) SendClientMessage (playerid, -1, "response true"); else SendClientMessage (playerid, -1, "response false"); } Dialog_ShowCallback(playerid, using inline Dialog_Response1, DIALOG_STYLE_LIST, "something",string,"ok","cancel");
If not, post ShowGrafftiDeleteData