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

Showing results 1 to 11 of 11
Search took 0.01 seconds.
Search: Posts Made By: YourEnemyPL
Forum: Plugins 06-26-2009, 07:47
Replies: 1,412
Views: 1,116,785
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,116,785
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,116,785
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,116,785
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,116,785
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,116,785
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,116,785
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,116,785
Posted By YourEnemyPL
Re: [L4D] Super Versus

previous post updated.
Forum: Plugins 06-13-2009, 18:25
Replies: 1,412
Views: 1,116,785
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,116,785
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-06-2009, 08:16
Replies: 1,412
Views: 1,116,785
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....
Showing results 1 to 11 of 11

 
Forum Jump

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


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