Pycckue-Bnepeg / samp-cef

Client and server plugins for SA:MP to embed CEF.
GNU General Public License v3.0
100 stars 46 forks source link

crash timer #34

Closed gtapainite closed 2 years ago

gtapainite commented 2 years ago

[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;

}