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

[L4D/L4D2]Weapon Cleaner (2.2.5)


Post New Thread Reply   
 
Thread Tools Display Modes
Voevoda
Senior Member
Join Date: Aug 2016
Old 01-14-2020 , 06:01   Re: [L4D/L4D2]Weapon Cleaner
Reply With Quote #51

Quote:
Originally Posted by xZk View Post
updated
Code:
2020-01-13 (v1.4.8)
*Semifixed cvar: weapon_cleaner_ammo
*Ignore weapon_scavenge_item_spawn
finally fixed ty...valve and Voevoda for your patience
Quote:
L 01/14/2020 - 13:58:49: SourceMod error session started
L 01/14/2020 - 13:58:49: Info (map "c6m3_port") (file "D:\Server_left_coop\left4dead2\addons\source mod\logs\errors_20200114.log")
L 01/14/2020 - 13:58:49: [SM] Exception reported: Property "m_hOwner" not found (entity 156/weapon_ammo_spawn)
L 01/14/2020 - 13:58:49: [SM] Blaming: weapon_cleaner.smx
L 01/14/2020 - 13:58:49: [SM] Call stack trace:
L 01/14/2020 - 13:58:49: [SM] [0] GetEntPropEnt
L 01/14/2020 - 13:58:49: [SM] [1] Line 741, D:\sborka_coop_1.10\sourcemod-1.10.0-git6453_weapon\weapon_cleaner.sp::IsWeaponInU se
L 01/14/2020 - 13:58:49: [SM] [2] Line 513, D:\sborka_coop_1.10\sourcemod-1.10.0-git6453_weapon\weapon_cleaner.sp::OnSpawnPost
L 01/14/2020 - 13:58:49: [SM] Exception reported: Property "m_hOwner" not found (entity 123/weapon_ammo_spawn)
Voevoda is offline
xZk
Senior Member
Join Date: Nov 2017
Location: cl
Old 01-14-2020 , 17:07   Re: [L4D/L4D2]Weapon Cleaner
Reply With Quote #52

I'm sorry, fixed
Code:
2020-01-14 (v1.4.9)
Fixed invalid prop in function(IsWeaponSpawn)
xZk is offline
Voevoda
Senior Member
Join Date: Aug 2016
Old 01-15-2020 , 10:13   Re: [L4D/L4D2]Weapon Cleaner
Reply With Quote #53

Quote:
Originally Posted by xZk View Post
I'm sorry, fixed
Code:
2020-01-14 (v1.4.9)
Fixed invalid prop in function(IsWeaponSpawn)
Quote:
L 01/15/2020 - 18:11:12: SourceMod error session started
L 01/15/2020 - 18:11:12: Info (map "c6m3_port") (file "D:\Server_left_coop\left4dead2\addons\source mod\logs\errors_20200115.log")
L 01/15/2020 - 18:11:12: [SM] Exception reported: Property "m_hOwner" not found (entity 167/weapon_scavenge_item_spawn)
L 01/15/2020 - 18:11:12: [SM] Blaming: weapon_cleaner.smx
L 01/15/2020 - 18:11:12: [SM] Call stack trace:
L 01/15/2020 - 18:11:12: [SM] [0] GetEntPropEnt
L 01/15/2020 - 18:11:12: [SM] [1] Line 741, D:\sborka_coop_1.10\sourcemod-1.10.0-git6453_weapon\weapon_cleaner.sp::IsWeaponInU se
L 01/15/2020 - 18:11:12: [SM] [2] Line 513, D:\sborka_coop_1.10\sourcemod-1.10.0-git6453_weapon\weapon_cleaner.sp::OnSpawnPost
L 01/15/2020 - 18:11:12: [SM] Exception reported: Property "m_hOwner" not found (entity 168/weapon_scavenge_item_spawn)
Voevoda is offline
xZk
Senior Member
Join Date: Nov 2017
Location: cl
Old 01-15-2020 , 15:39   Re: [L4D/L4D2]Weapon Cleaner
Reply With Quote #54

Fixed, thanks for all your reports
Code:
2020-01-15 (v1.4.9.7)
*Fixed weapon spawn class method
*Fixed function (IsWeaponInUse)
xZk is offline
xZk
Senior Member
Join Date: Nov 2017
Location: cl
Old 03-30-2020 , 20:15   Re: [L4D/L4D2]Weapon Cleaner (2.2)
Reply With Quote #55

Updates:
Code:
2020-03-30 (v2.2)
*Improved method detect weapon dropped
*Fixed support on player disconnect
*Changed cvar "weapon_cleaner_map" to "weapon_cleaner_spawn"
and add new option to ignore weapons

2020-02-13 (v2.1)
*Improved commands to clean weapons
*Fixed method get equipped weapon name

2020-02-10 (v2.0)
*Added admin commands for to clean weapons manually
*Added admin command for reload Whitelist
*Changed method visibility for camera visibility
*Changed Renderfx types to effect weapons
*Optimized/improved code

Last edited by xZk; 03-31-2020 at 19:07. Reason: missing new updates
xZk is offline
maclarens
Senior Member
Join Date: Jul 2020
Location: Kz
Old 09-22-2020 , 01:26   Re: [L4D/L4D2]Weapon Cleaner (2.2)
Reply With Quote #56

Hello! that great plugin was compile error on last sm
Compiling weapon_cleaner.sp...
SourcePawn Compiler 1.10.0.6494
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

weapon_cleaner.sp (796 ) : error 017: undefined symbol "L4D2_SetEntityGlow"
weapon_cleaner.sp (798 ) : error 017: undefined symbol "L4D2_SetEntityGlow"
weapon_cleaner.sp (808 ) : error 017: undefined symbol "L4D2_RemoveEntityGlow"

Last edited by maclarens; 09-22-2020 at 01:27.
maclarens is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 09-22-2020 , 03:05   Re: [L4D/L4D2]Weapon Cleaner (2.2)
Reply With Quote #57

You need the "l4d_stocks" include file. I don't know where the latest version is but google will show you some.
__________________
Silvers is offline
maclarens
Senior Member
Join Date: Jul 2020
Location: Kz
Old 09-22-2020 , 12:10   Re: [L4D/L4D2]Weapon Cleaner (2.2)
Reply With Quote #58

Quote:
Originally Posted by Silvers View Post
You need the "l4d_stocks" include file. I don't know where the latest version is but google will show you some.
Thanks man!i found working stocks here https://code.google.com/archive/p/l4...default/source
maclarens is offline
Slaven555
Member
Join Date: Jul 2018
Old 03-10-2021 , 15:06   Re: [L4D/L4D2]Weapon Cleaner (2.2.5)
Reply With Quote #59

Here include for work in sm 1.11
Attached Files
File Type: inc l4d_stocks.inc (39.1 KB, 108 views)
File Type: inc l4d_weapon_stocks.inc (11.5 KB, 115 views)

Last edited by Slaven555; 03-14-2021 at 04:21.
Slaven555 is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 03-14-2021 , 10:39   Re: [L4D/L4D2]Weapon Cleaner (2.2.5)
Reply With Quote #60

Updated my previous full conversation of stocks to use with SM v.1.11.
Thanks to Slaven555 for fixing enums.
Attached Files
File Type: inc l4d_stocks.inc (40.8 KB, 159 views)
File Type: inc l4d_weapon_stocks.inc (14.1 KB, 146 views)
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas 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 06:15.


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