Raised This Month: $ Target: $400
 0% 

Showing results 1 to 13 of 13
Search took 0.01 seconds.
Search: Posts Made By: YourEnemyPL
Forum: Plugins 06-26-2009, 07:47
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

Warning:

Sometimes L4D update clears addons folder.
Forum: Plugins 06-22-2009, 12:03
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

@mattressfish. Yes, but why quote whole post? EOT.
Forum: Plugins 06-20-2009, 09:14
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

@DDR Khat. I noticed that "Event_TankSpawn" is triggered twice (versus).

I added some code (http://forums.alliedmods.net/showthread.php?p=850538#post850538) to chat to everyone about tank hp (ex....
Forum: Plugins 06-18-2009, 14:51
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

@mattressfish

First. I don't get why people quote like that.

Second.
Hacked ?? No, you are wrong.

We can use source code. And we can do with it what we want (of course we must give the...
Forum: Plugins 06-18-2009, 11:52
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

Previous post updated.
http://forums.alliedmods.net/showthread.php?p=850538#post850538
Forum: Plugins 06-16-2009, 20:55
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

I know that the original plugin still needs work to remove bugs. And my modifications do not fix all of them.

My new modifications:
ConVar added:
l4d_XtraWeapons 1 - spawn extra guns (default...
Forum: Plugins 06-15-2009, 07:55
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

In source code:
TankHP = RoundFloat((GetEntProp(client,Prop_Send,"m_iHealth")*(1.0+(GetConVarFloat(hpMulti)*extrasurvivors))));OriginalTankHP = GetEntProp(client,Prop_Send,"m_iHealth")
So
TankHP =...
Forum: Plugins 06-14-2009, 06:47
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

previous post updated.
Forum: Plugins 06-13-2009, 18:25
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

Strange. I have "Super Versus 1.4", left4downtown-0.3.0.0, mmsource-1.7.1-hg649, sourcemod-1.2.1, clean install of L4D (for Windows).

l4d_superversus.cfg:
l4d_XtraHP "1"
l4d_infected_limit "10"...
Forum: Plugins 06-10-2009, 14:06
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

Damizean, read my post #102.

I checked all your versions of " Missing Survivors".
You used "i<=MaxClients", DDR Khat used "i<MaxClients".
Forum: Plugins 06-07-2009, 08:31
Replies: 178
Views: 145,634
Posted By YourEnemyPL
Re: L4D Gore v2.1.1 by

"fix the annoying lag spikes when the first zombies are killed"

I looked in your source code. The lag spikes are still there but just after map is loaded on server. So we don't see them. Great...
Forum: Plugins 06-06-2009, 08:16
Replies: 1,412
Views: 1,136,764
Posted By YourEnemyPL
Re: [L4D] Super Versus

I'm not perfectly sure but try change line # 136
from
for (new i=1; i<MaxClients; i++)
to
for (new i=1; i<=MaxClients; i++)

in l4d_superversus.sp and compile this.

Edit:
Compiled....
Forum: Plugins 02-09-2009, 16:36
Replies: 211
Views: 163,697
Posted By YourEnemyPL
Re: [L4D] Damage Info Display 1.3.0

Hi, I translated to Polish.
Showing results 1 to 13 of 13

 
Forum Jump

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


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