crash timer
gtapainite opened this issue · 0 comments
gtapainite commented
[23:04:38] [debug] Server crashed while executing new.amx
[23:04:38] [debug] AMX backtrace:
[23:04:38] [debug] #0 native cef_emit_event () in cef.DLL
SetTimerEx("timer", 3000, false, "ddssss", playerid, style, caption, info, button1, button2);
public: timer(playerid, _style, const _caption[], const _info[], const _button1[], const _button2[])
{
cef_emit_event(playerid, "handler:createdialog", CEFINT(_style), CEFSTR(_caption), CEFSTR(_info), CEFSTR(_button1), CEFSTR(_button2));
return 1;
}