←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

native error (native "set_task") w...

  • +
  • -
unknowN.'s Photo unknowN. 07.03.2014

Witam, mam dziwno problem gdyż mam dziwne error logi przez plugin bankfragów. Dodam, że dopisałem debug po bankfragow.amxx. SMA w załączniku.

 

Logi:

L 03/07/2014 - 17:03:08: Start of error session.
L 03/07/2014 - 17:03:08: Info (map "hnsro_sanandreas") (file "addons/amxmodx/logs/error_20140307.log")
L 03/07/2014 - 17:03:08: Function is not present (function "Pokaz") (plugin "bankfragow.amxx")
L 03/07/2014 - 17:03:08: [AMXX] Displaying debug trace (plugin "bankfragow.amxx")
L 03/07/2014 - 17:03:08: [AMXX] Run time error 10: native error (native "set_task")
L 03/07/2014 - 17:03:08: [AMXX]    [0] bankfragow.sma::plugin_init (line 81)
L 03/07/2014 - 17:16:52: Start of error session.
L 03/07/2014 - 17:16:52: Info (map "hns_etheral") (file "addons/amxmodx/logs/error_20140307.log")
L 03/07/2014 - 17:16:52: Function is not present (function "Pokaz") (plugin "bankfragow.amxx")
L 03/07/2014 - 17:16:52: [AMXX] Displaying debug trace (plugin "bankfragow.amxx")
L 03/07/2014 - 17:16:52: [AMXX] Run time error 10: native error (native "set_task")
L 03/07/2014 - 17:16:52: [AMXX]    [0] bankfragow.sma::plugin_init (line 81)
L 03/07/2014 - 18:02:52: Start of error session.
L 03/07/2014 - 18:02:52: Info (map "hns_floppytown") (file "addons/amxmodx/logs/error_20140307.log")
L 03/07/2014 - 18:02:52: Function is not present (function "Pokaz") (plugin "bankfragow.amxx")
L 03/07/2014 - 18:02:52: [AMXX] Displaying debug trace (plugin "bankfragow.amxx")
L 03/07/2014 - 18:02:52: [AMXX] Run time error 10: native error (native "set_task")
L 03/07/2014 - 18:02:52: [AMXX]    [0] bankfragow.sma::plugin_init (line 81)
L 03/07/2014 - 18:22:57: Start of error session.
L 03/07/2014 - 18:22:57: Info (map "hns_mie") (file "addons/amxmodx/logs/error_20140307.log")
L 03/07/2014 - 18:22:57: Function is not present (function "Pokaz") (plugin "bankfragow.amxx")
L 03/07/2014 - 18:22:57: [AMXX] Displaying debug trace (plugin "bankfragow.amxx")
L 03/07/2014 - 18:22:57: [AMXX] Run time error 10: native error (native "set_task")
L 03/07/2014 - 18:22:57: [AMXX]    [0] bankfragow.sma::plugin_init (line 81)

Attached Files

Quote

  • +
  • -
Amaroq's Photo Amaroq 07.03.2014

Znajdź

set_task(234.0, "Pokaz", 0);

i zmień to na

#if defined lotto
set_task(234.0, "Pokaz", 0);
#endif

Ponownie skompiluj plugin i powinno być ok.

Quote