Raised This Month: $12 Target: $400
 3% 

Solved Another Run Time Error


Post New Thread Reply   
 
Thread Tools Display Modes
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
Old 09-12-2019, 20:51
Shitty
This message has been deleted by Shitty.
Old 09-12-2019, 23:03
NOTORIOUS7302
This message has been deleted by NOTORIOUS7302.
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 09-13-2019 , 01:31   Re: Run Time Errors
Reply With Quote #2

i think u are using these plugin have some natives missing & these plugins are natives bind with a hero plugin.
i might be wrong.
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod
DON KHAN 1 is offline
SHIELD755
Veteran Member
Join Date: Feb 2018
Location: FROM MARVEL STUDIO
Old 09-13-2019 , 05:55   Re: Run Time Errors
Reply With Quote #3

Quote:
Originally Posted by Shitty View Post
can i get plugin that make max speed of anyone play is 800

i have .amxx file that say the max speed is 1000 and i dont have .sma file to edit it so i need a plugin that makes max speed 800 (cl_forwardspeed 800 - cl_backspeed 800 - cl_sidespeed 800)
anyhelp?
dont spam your problem on other topics
__________________
SED LYF !!!
SHIELD755 is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 09-13-2019 , 08:17   Re: Run Time Errors
Reply With Quote #4

Give us amxmodx version and modules with meta list and amxx plugins so we have more information, and insert the sma of the plugins you are having problem
tarsisd2 is offline
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-13-2019 , 18:33   Re: Run Time Errors
Reply With Quote #5

Quote:
Originally Posted by tarsisd2 View Post
Give us amxmodx version and modules with meta list and amxx plugins so we have more information, and insert the sma of the plugins you are having problem
Code:
AMX Mod X 1.8.1.3746 (http://www.amxmodx.org)
Authors:
	David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
	Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
	Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
	Borja "faluco" Ferrer, Scott "Damaged Soul" Ehlert
Compiled: Aug 16 2008, 21:04:37
Core mode: JI
I've used UHARC to make it into a .exe. Just download at https://drive.google.com/file/d/1MhY...ew?usp=sharing
NOTORIOUS7302 is offline
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-16-2019 , 18:21   Re: Run Time Errors
Reply With Quote #6

Any possible solution?
NOTORIOUS7302 is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 09-16-2019 , 18:27   Re: Run Time Errors
Reply With Quote #7

It doesn't seem like an amxx bug, but a plugin problem, but taking the opportunity you use amx "AMX Mod X 1.8.1.3746 (http://www.amxmodx.org)" and the stable version is 1.8.2, I don't remember the build .., I recommend upgrading your amx base.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Shitty
Member
Join Date: Sep 2019
Old 09-17-2019 , 15:12   Re: Run Time Errors
Reply With Quote #8

Quote:
Originally Posted by SHIELD755 View Post
dont spam your problem on other topics
ok am sorry
Shitty is offline
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-17-2019 , 19:26   Re: Run Time Errors
Reply With Quote #9

Quote:
Originally Posted by iceeedr View Post
It doesn't seem like an amxx bug, but a plugin problem, but taking the opportunity you use amx "AMX Mod X 1.8.1.3746 (http://www.amxmodx.org)" and the stable version is 1.8.2, I don't remember the build .., I recommend upgrading your amx base.
uhh ok?
NOTORIOUS7302 is offline
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-17-2019 , 20:27   Re: Run Time Errors
Reply With Quote #10

didn't work. The same error with add players still crashes

Last edited by NOTORIOUS7302; 09-17-2019 at 20:28.
NOTORIOUS7302 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:30.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode