Thread: [Solved] Another Run Time Error
View Single Post
Author Message
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-12-2019 , 20:25   Another Run Time Error
Reply With Quote #1

I don't know what i did to my Amx Mod x but it's starting to run errors

Code:
L 09/12/2019 - 17:12:24: Start of error session.
L 09/12/2019 - 17:12:24: Info (map "de_dust") (file "addons/amxmodx/logs/error_20190912.log")
L 09/12/2019 - 17:12:24: Called dynanative into a paused plugin.
L 09/12/2019 - 17:12:24: [AMXX] Displaying debug trace (plugin "NST_Wpn_Rifles.amxx")
L 09/12/2019 - 17:12:24: [AMXX] Run time error 10: native error (native "nst_wpn_send_weapon_anim")
L 09/12/2019 - 17:12:24: [AMXX]    [0] NST_Wpn_Rifles.sma::natives_get_sightanim_weapon (line 3833)
L 09/12/2019 - 17:12:24: [AMXX]    [1] NST_Wpn_Rifles.sma::create_zoom (line 3417)
L 09/12/2019 - 17:12:24: [AMXX]    [2] NST_Wpn_Rifles.sma::fw_CmdStart (line 1151)
L 09/12/2019 - 17:12:24: Called dynanative into a paused plugin.
L 09/12/2019 - 17:12:24: [AMXX] Displaying debug trace (plugin "NST_Wpn.amxx")
L 09/12/2019 - 17:12:24: [AMXX] Run time error 10: native error (native "nst_wpn_get_int1")
L 09/12/2019 - 17:12:24: [AMXX]    [0] NST_Wpn.sma::natives_get_int (line 1098)
L 09/12/2019 - 17:12:24: [AMXX]    [1] NST_Wpn.sma::fw_PlayerPreThink (line 558)
L 09/12/2019 - 17:12:24: Called dynanative into a paused plugin.
L 09/12/2019 - 17:12:24: [AMXX] Displaying debug trace (plugin "NST_Wpn_He.amxx")
L 09/12/2019 - 17:12:24: [AMXX] Run time error 10: native error (native "nst_zb_get_user_zombie")
L 09/12/2019 - 17:12:24: [AMXX]    [0] NST_Wpn_He.sma::event_CurWeapon (line 631)
L 09/12/2019 - 17:12:24: Called dynanative into a paused plugin.
L 09/12/2019 - 17:12:24: [AMXX] Displaying debug trace (plugin "NST_Wpn_Knife.amxx")
L 09/12/2019 - 17:12:24: [AMXX] Run time error 10: native error (native "nst_zb_get_user_zombie")
L 09/12/2019 - 17:12:24: [AMXX]    [0] NST_Wpn_Knife.sma::event_CurWeapon (line 471)
L 09/12/2019 - 17:12:27: Called dynanative into a paused plugin.
L 09/12/2019 - 17:12:27: [AMXX] Displaying debug trace (plugin "NST_Wpn_Pistols.amxx")
L 09/12/2019 - 17:12:27: [AMXX] Run time error 10: native error (native "nst_get_weapon_type")
L 09/12/2019 - 17:12:27: [AMXX]    [0] NST_Wpn_Pistols.sma::check_has_wpn (line 3317)
L 09/12/2019 - 17:12:27: [AMXX]    [1] NST_Wpn_Pistols.sma::message_DeathMsg (line 916)
now i can't even run nst_add_player.amxx because it crashes!

Last edited by NOTORIOUS7302; 12-23-2020 at 02:38.
NOTORIOUS7302 is offline