Raised This Month: $32 Target: $400
 8% 

[L4D & L4D2] Gear Transfer (2.33) [28-Jan-2024]


Post New Thread Reply   
 
Thread Tools Display Modes
DeathChaos25
Senior Member
Join Date: Jan 2014
Location: Puerto Rico
Old 04-17-2015 , 10:54   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #211

Quote:
Originally Posted by Marcus101RR View Post
I don't know if Silver ever knew this, but he would be able to reduce the coding of this plugin where bots grab entities by using the hUseEntitiy netprop, this when setting the netprop with the entity you want the bot to pickup, will pretty much nullify all codes that emulate the removing of the entity, to the part where you give the entity to the player...

I don't know if you knew this, but I use this method and it works, very well.
There's an even easier method availible.
PHP Code:
AcceptEntityInput(entity"Use"client
__________________
DeathChaos25 is offline
Krufftys Killers
Senior Member
Join Date: Jan 2014
Old 04-23-2015 , 15:38   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #212

L 04/22/2015 - 14:14:48: SourceMod error session started
L 04/22/2015 - 14:14:48: Info (map "unsdwn_mp_1") (file "errors_20150422.log")
L 04/22/2015 - 14:14:48: [l4d_gear_transfer.smx] Tracer Bug: Player-Zombie Trace did not hit anything, WTF
L 04/22/2015 - 14:18:46: Error log file session closed.
Krufftys Killers is offline
soscrazy89
Junior Member
Join Date: Nov 2015
Old 11-22-2015 , 19:08   Re: [L4D & L4D2] Gear Transfer (1.5.8) [30-Mar-2012]
Reply With Quote #213

Quote:
Originally Posted by Silvers View Post
Yeah I noticed this too now, urgh.

Edit: Sorry about that, updated and should be working, the plugin was not recreating timers on round start.
hello silver
[l4d_gear_transfer.smx] Tracer Bug: Player-Zombie Trace did not hit anything, WTF
which means it is a mistake? how to correct it?

Last edited by soscrazy89; 11-22-2015 at 19:08.
soscrazy89 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 11-23-2015 , 03:55   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #214

Just ignore that error. One day I'll remove it from the plugin.
__________________
Silvers is offline
Phoenix Rose
Junior Member
Join Date: Nov 2016
Old 11-18-2016 , 16:15   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #215

my only issue with this plugin, is the "right click (shove melee) to swap" because there are multiple times where i go and switch to a molotove or pipbomb, and attempt to shove zombies out of the way to they don't make my screen jerk up to the sky, but the moment i got to shove them, either a bot runs in the way and i end up giving it to them, or a player does.

if you could maybe remove the "right click to pass" thing, and just keep it to the R key, that would be better. but it's up to you, i still love this plugin
Phoenix Rose is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 11-20-2016 , 16:32   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #216

Quote:
Originally Posted by Phoenix Rose View Post
my only issue with this plugin, is the "right click (shove melee) to swap" because there are multiple times where i go and switch to a molotove or pipbomb, and attempt to shove zombies out of the way to they don't make my screen jerk up to the sky, but the moment i got to shove them, either a bot runs in the way and i end up giving it to them, or a player does.

if you could maybe remove the "right click to pass" thing, and just keep it to the R key, that would be better. but it's up to you, i still love this plugin
// 0=Shove only, 1=Reload key only, 2=Shove and Reload key to transfer items.
l4d_gear_transfer_method "2"
__________________
Silvers is offline
DreadedGhoul575
Senior Member
Join Date: Apr 2016
Old 02-28-2017 , 07:34   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #217

The bots are stuck with this and Atomic's Survivor trigger fix.
DreadedGhoul575 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 04-28-2017 , 10:14   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #218

Quote:
Originally Posted by DreadedGhoul575 View Post
The bots are stuck with this and Atomic's Survivor trigger fix.
I'm not sure why there would be a plugin conflict between the two, gear transfer is merely scanning for items and not forcing the bots into certain places etc. Sorry to say I won't be supporting the plugin conflict.
__________________
Silvers is offline
DreadedGhoul575
Senior Member
Join Date: Apr 2016
Old 04-28-2017 , 13:09   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #219

Quote:
Originally Posted by Silvers View Post
I'm not sure why there would be a plugin conflict between the two, gear transfer is merely scanning for items and not forcing the bots into certain places etc. Sorry to say I won't be supporting the plugin conflict.
Apologies, this is an old comment; there was an error before and I wasn't sure what it was, but it works now.
DreadedGhoul575 is offline
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 05-01-2017 , 21:21   Re: [L4D & L4D2] Gear Transfer (1.5.10) [10-May-2012]
Reply With Quote #220

Code:
L 05/02/2017 - 00:19:25: [SM] Exception reported: Client 5 is not connected
L 05/02/2017 - 00:19:25: [SM] Blaming: l4d_gear_transfer.smx
L 05/02/2017 - 00:19:25: [SM] Call stack trace:
L 05/02/2017 - 00:19:25: [SM]   [0] IsFakeClient
L 05/02/2017 - 00:19:25: [SM]   [1] Line 741, C:\Users\secret\Desktop\l4d_gear_transfer.sp::OnPlayerRunCmd
Code:
if( !g_bCvarAllow || g_bRoundOver || IsFakeClient(client) || GetClientTeam(client) != 2 )
		return;
Change to
Code:
if( !g_bCvarAllow || g_bRoundOver || !IsClientInGame(client) || IsFakeClient(client) || GetClientTeam(client) != 2 )
		return;
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D

Last edited by Lux; 05-01-2017 at 21:22.
Lux 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 00:06.


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