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

[L4D & L4D2] Mutant Tanks (v9.1, 3-20-2024)


Post New Thread Reply   
 
Thread Tools Display Modes
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-10-2021 , 04:24   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #961

Quote:
Originally Posted by weffer View Post
Hi Crasher_3637

One doubt there is a function that returns me the actual health of the tank, it is to perform a complement of statistics based on health and damage.


*Excuse me if my ingles is bad
Sorry, I cannot understand what you are saying.

Are you saying there is a conflict with another plugin or are you asking for a feature to show the Tank's total health?
__________________
Psyk0tik is offline
weffer
Member
Join Date: Oct 2020
Old 03-10-2021 , 10:53   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #962

Quote:
Originally Posted by Crasher_3637 View Post
Sorry, I cannot understand what you are saying.

Are you saying there is a conflict with another plugin or are you asking for a feature to show the Tank's total health?

a feature to show the Tank's total health, to be used in another plugin.
weffer is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-11-2021 , 01:40   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #963

Quote:
Originally Posted by weffer View Post
a feature to show the Tank's total health, to be used in another plugin.
If you need another plugin to access the Tank's total health, just use the "MT_TankMaxHealth" native.
PHP Code:
/**
 * Gets or sets a Tank's max health.
 *
 * @param tank            Client index of the Tank.
 * @param mode            1 = Get the Tank's max health, 2 = Get the Tank's stored max health,
 *                    3 = Set the Tank's max health without storing it, 4 = Set the Tank's max health and store it
 * @param newHealth        The Tank's new max health.
 **/
native int MT_TankMaxHealth(int tankint modeint newHealth 0); 
In your plugin, you can do something like this:
PHP Code:
int iTankHealth MT_TankMaxHealth(tank1); 
But you can also just do this without using MT:
PHP Code:
int iTankHealth GetEntProp(tankProp_Data"m_iMaxHealth"); 
__________________
Psyk0tik is offline
Tank Rush
Senior Member
Join Date: May 2019
Location: Argentina
Old 03-13-2021 , 08:56   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #964

I have an idea
New ability: Coronavirus Tank
Description: this tank infects you with coronavirus if you are within a certain range of its distance. Survivors will start coughing and losing X HP over time. The tank can be immortal as there is no cure for the virus, you want to use Adrenaline for the cure.

For this tank, I used:
Skin color: dark green
Props: Attach rocks reds only (to simulate coronavirus vectors)
Hurt ability: for damage, range and duration
Ghost ability: the virus is an invisible enemy hahaha, anyway I did not make it so invisible, you could see a little.

EDIT: add sound of survivors coughing, similarly when a survivor is under the smoke cloud from the smoker.
__________________
Sorry i don't speak english very well

--->My name is Source and I'm on Steam<---
Discord: Source#9382

Last edited by Tank Rush; 03-13-2021 at 21:36. Reason: translation error
Tank Rush is offline
matkoby
Junior Member
Join Date: Feb 2021
Old 03-14-2021 , 08:01   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #965

Hello, I would like to know if I have to install all the tank files or the ones I want? (smx)
matkoby is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-14-2021 , 08:35   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #966

Quote:
Originally Posted by Tank Rush View Post
I have an idea
New ability: Coronavirus Tank
Description: this tank infects you with coronavirus if you are within a certain range of its distance. Survivors will start coughing and losing X HP over time. The tank can be immortal as there is no cure for the virus, you want to use Adrenaline for the cure.

For this tank, I used:
Skin color: dark green
Props: Attach rocks reds only (to simulate coronavirus vectors)
Hurt ability: for damage, range and duration
Ghost ability: the virus is an invisible enemy hahaha, anyway I did not make it so invisible, you could see a little.

EDIT: add sound of survivors coughing, similarly when a survivor is under the smoke cloud from the smoker.
That feels insensitive toward all the people that have passed away from COVID-19 so I will not add it.

Quote:
Originally Posted by matkoby View Post
Hello, I would like to know if I have to install all the tank files or the ones I want? (smx)
You only really need mutant_tanks.smx to use the main features. The other 76 plugins are for the abilities.
__________________
Psyk0tik is offline
Tank Rush
Senior Member
Join Date: May 2019
Location: Argentina
Old 03-14-2021 , 21:36   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #967

Quote:
Originally Posted by Crasher_3637 View Post
Eso se siente insensible hacia todas las personas que han fallecido por COVID-19, así que no lo agregaré.
Sorry to say that, sorry.

How about a tank that throws miniguns?
Turret Tank: This tank drops miniguns and 50 CALs instead of rocks. The miniguns and 50 CALs are enemies; they attack survivors in a similar way to Panxiaohai's Intelligent Machine Gun plugin.
Add red glow to turrets to identify they are enemies. Perhaps the Tank can also carry a turret on its back like the survivors do.
__________________
Sorry i don't speak english very well

--->My name is Source and I'm on Steam<---
Discord: Source#9382
Tank Rush is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-16-2021 , 19:45   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #968

Quote:
Originally Posted by Tank Rush View Post
Sorry to say that, sorry.

How about a tank that throws miniguns?
Turret Tank: This tank drops miniguns and 50 CALs instead of rocks. The miniguns and 50 CALs are enemies; they attack survivors in a similar way to Panxiaohai's Intelligent Machine Gun plugin.
Add red glow to turrets to identify they are enemies. Perhaps the Tank can also carry a turret on its back like the survivors do.
It seems like too much work.

I also cannot attach anything directly to the Tank's back. Only survivors have the "medkit" attachment point.
__________________
Psyk0tik is offline
yuzumi
Member
Join Date: Jul 2020
Old 03-20-2021 , 00:17   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #969

I want to use this plugin on the server of version 2155. What is the highest version I can use? (Currently using 8.77)

Last edited by yuzumi; 03-20-2021 at 00:19.
yuzumi is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-20-2021 , 11:37   Re: [L4D & L4D2] Mutant Tanks (v8.82, 1-25-2021)
Reply With Quote #970

Quote:
Originally Posted by yuzumi View Post
I want to use this plugin on the server of version 2155. What is the highest version I can use? (Currently using 8.77)
That’s the most recent version you can use for the pre-Last Stand version. v8.78 and higher are for post-Last Stand versions.
__________________
Psyk0tik 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 12:37.


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