AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D2]Tank Rush (https://forums.alliedmods.net/showthread.php?t=126984)

Fleepster99 05-16-2010 18:07

Re: [L4D2]Tank Rush
 
GREAT FUN thanks but as alex mentioned if you could get the jockey riders to work it would amazing ive tried setting the commands on my server with mostly friends but all you need is one idiot to ruin it, anyways if you could find a way of locking the survivors down untill the jockeys are ready it would be cool, thanks anyways :)

Mecha the Slag 05-17-2010 01:17

Re: [L4D2]Tank Rush
 
Already done

birno 05-17-2010 15:45

Re: [L4D2]Tank Rush
 
Thx for the plugin, but the healing doesnt work for me. :(

(-DR-)GrammerNatzi 05-17-2010 15:46

Re: [L4D2]Tank Rush
 
Quote:

Originally Posted by birno (Post 1183482)
Thx for the plugin, but the healing doesnt work for me. :(

Yeah, I found that out, too. The function I am using to check teams isn't working.

thejuice027 05-17-2010 16:09

Re: [L4D2]Tank Rush
 
Quote:

Originally Posted by Mecha the Slag (Post 1182902)

Ya, but this mod is much better than that one.

birno 05-17-2010 16:11

Re: [L4D2]Tank Rush
 
Fix it.

On the 96. line change this:
Code:

for (new i = 0; i <= 100; i++)
to this:
Code:

for (new i=1; i<=MaxClients; i++)
Working for me. :up:

(-DR-)GrammerNatzi 05-17-2010 17:11

Re: [L4D2]Tank Rush
 
Quote:

Originally Posted by birno (Post 1183513)
Fix it.

On the 96. line change this:
Code:

for (new i = 0; i <= 100; i++)
to this:
Code:

for (new i=1; i<=MaxClients; i++)
Working for me. :up:

I don't see how that would make a difference in it working or not, considering i till one hundred covers what would be every player in the entire server, but I'll see.

Probably a better idea to do that, I haven't used Sourcemod in a year, so I forgot about MaxClients.

I'm also going to add a variable for tank health, so instead of running away from the tanks, they can have the same health as commons and be just as common as an option, except for the fact that they are, well, tanks.

thejuice027 05-17-2010 22:30

Re: [L4D2]Tank Rush
 
the healing is not working for me.

(-DR-)GrammerNatzi 05-17-2010 23:57

Re: [L4D2]Tank Rush
 
Quote:

Originally Posted by thejuice027 (Post 1183773)
the healing is not working for me.

I fixed it, I'll release a patch.

birno 05-18-2010 14:54

Re: [L4D2]Tank Rush
 
Its not always start spawning tanks, but if i spawn one manually, after works fine.
For example Dead Center finale or Hard Rain 2. and 3. map.


All times are GMT -4. The time now is 00:02.

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