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

[L4D & L4D2] Late Model Precacher


Post New Thread Reply   
 
Thread Tools Display Modes
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-14-2022 , 03:56   Re: [L4D & L4D2] Late Model Precacher
Reply With Quote #11

Quote:
Originally Posted by ZBzibing View Post
Can this bug be fixed?
Code:
models/props/terror/ammo_stack.mdl (2) at -1.$ -1.$ -1.$ in contact with prop_static (2) at 312.4 -1.2 313.1, crash. dist = -1, minq = 100000002004087730000.000000
Sorry, no. That bug is caused by plugins using DispatchSpawn before TeleportEntity. My plugin only fixes the "UTIL_SetModel" crash that is caused by the game.
__________________
Psyk0tik is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 07-11-2022 , 08:08   Re: [L4D & L4D2] Late Model Precacher
Reply With Quote #12

Awesome plugin!
__________________

Looking for some fun!
thewintersoldier97 is offline
Mika Misori
Senior Member
Join Date: Sep 2022
Old 04-22-2023 , 13:48   Re: [L4D & L4D2] Late Model Precacher
Reply With Quote #13

Quote:
Originally Posted by Psyk0tik View Post
Awesome!
I apologize for the silly question, but I get the following errors in my logs:

Code:
L 04/22/2023 - 00:13:33: SourceMod error session started
L 04/22/2023 - 00:13:33: Info (map "qe3_1") (file "/game/left4dead2/addons/sourcemod/logs/errors_20230422.log")
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_machete.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_shovel.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_tonfa.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_electric_guitar.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_cricket_bat.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_golfclub.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_bat.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_frying_pan.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_katana.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/w_models/weapons/w_knife_t.mdl is not precached. Precaching late.
L 04/22/2023 - 00:21:19: Error log file session closed.
L 04/22/2023 - 02:34:26: SourceMod error session started
L 04/22/2023 - 02:34:26: Info (map "l4d2_ravenholmwar_1") (file "/game/left4dead2/addons/sourcemod/logs/errors_20230422.log")
L 04/22/2023 - 02:34:26: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_crowbar.mdl is not precached. Precaching late.
L 04/22/2023 - 02:34:26: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_machete.mdl is not precached. Precaching late.
L 04/22/2023 - 02:34:26: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_bat.mdl is not precached. Precaching late.
L 04/22/2023 - 10:40:30: Error log file session closed.
Is this ok? Is this a successful work of the plugin or I have some errors on the server?
Mika Misori is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 04-24-2023 , 01:53   Re: [L4D & L4D2] Late Model Precacher
Reply With Quote #14

Quote:
Originally Posted by Mika Misori View Post
I apologize for the silly question, but I get the following errors in my logs:

Code:
L 04/22/2023 - 00:13:33: SourceMod error session started
L 04/22/2023 - 00:13:33: Info (map "qe3_1") (file "/game/left4dead2/addons/sourcemod/logs/errors_20230422.log")
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_machete.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_shovel.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_tonfa.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_electric_guitar.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_cricket_bat.mdl is not precached. Precaching late.
L 04/22/2023 - 00:13:33: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_golfclub.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_bat.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_frying_pan.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_katana.mdl is not precached. Precaching late.
L 04/22/2023 - 00:15:09: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/w_models/weapons/w_knife_t.mdl is not precached. Precaching late.
L 04/22/2023 - 00:21:19: Error log file session closed.
L 04/22/2023 - 02:34:26: SourceMod error session started
L 04/22/2023 - 02:34:26: Info (map "l4d2_ravenholmwar_1") (file "/game/left4dead2/addons/sourcemod/logs/errors_20230422.log")
L 04/22/2023 - 02:34:26: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_crowbar.mdl is not precached. Precaching late.
L 04/22/2023 - 02:34:26: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_machete.mdl is not precached. Precaching late.
L 04/22/2023 - 02:34:26: [l4d_late_model_precacher.smx] UTIL_SetModel: Model models/weapons/melee/w_bat.mdl is not precached. Precaching late.
L 04/22/2023 - 10:40:30: Error log file session closed.
Is this ok? Is this a successful work of the plugin or I have some errors on the server?
Yes, that means the plugin is working as intended, since all it does is catch models that aren't precached to avoid crashes. Those errors indicate that you have a mod or plugin that's spawning in those melee weapons without precaching their models ahead of time.
__________________
Psyk0tik is offline
Mika Misori
Senior Member
Join Date: Sep 2022
Old 04-24-2023 , 16:57   Re: [L4D & L4D2] Late Model Precacher
Reply With Quote #15

Quote:
Originally Posted by Psyk0tik View Post
Yes, that means the plugin is working as intended, since all it does is catch models that aren't precached to avoid crashes. Those errors indicate that you have a mod or plugin that's spawning in those melee weapons without precaching their models ahead of time.
Thank you so much for your response.
I think it's because of the plugin Mission and Weapons - Info Editor. Or the map itself is spawning these guns.
Mika Misori is offline
Reply



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 13:25.


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