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

Advanced Team Attack Control v3.0.1


Post New Thread Reply   
 
Thread Tools Display Modes
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 10-04-2007 , 21:37   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #11

I know its not a big deal, but maybe a define for team attack immunity? I have some admins that I want to be immune to this, but not have immunity =) That is what i like about all those custom flags, i have it setup to flag G which nothing else uses, so whoever i want to have this does, and well you know. You can easily change the sma, but just a thought.
__________________
bmann_420 is offline
Arion
Senior Member
Join Date: Mar 2007
Old 10-04-2007 , 22:48   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #12

Updated and running like a charm.

When do first punishment pack comes?
__________________
Arion is offline
Send a message via MSN to Arion
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 10-05-2007 , 10:42   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #13

With 'atac_slay.amxx' enabled, Players get killed instantly after the Teamkill - without any user interaction.

Is this intended to work like this ? - i thought the killed Player gets a Option in his Punish-Menu to slay instantly.
AllMassive is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 10-05-2007 , 10:50   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #14

check your

addons.cfg
// Set slaying on maximum Team Attacks: 0=OFF, 1=ON
atac_slayon_maxattacks 0

atac.cfg

// Set Number of Team Attacks you want to be counted as a Team Kill (0=OFF)
atac_team_attacks 5

I know my users dont have any problems.
Also are you using amx_spawnslay.amxx or amx_slay.amxx plugin? They are both very different in how they work.
BigBaller is offline
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 10-05-2007 , 11:24   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #15

Code:
// Set slaying on maximum Team Attacks: 0=OFF, 1=ON
atac_slayon_maxattacks 0
// Set mirror damage on attacker: 0=OFF, 1=ON
atac_mirror_damage 1
--------
// Set Number of Team Attacks you want to be counted as a Team Kill (0=OFF)
atac_team_attacks 5
I wanted to use both, amx_spawnslay.amxx and amx_slay.amxx.

Perhaps it's because i use atac_mirror_damage - does atac3.0 also stop mirroring Damage if the Attacker has only 1 HP left (like in the old Version)?
AllMassive is offline
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 10-05-2007 , 12:02   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #16

Plugins:
atac_slay - Slays instantly
atac_spawnslay - Slays when team killer spawns next

CVAR:
atac_mirror_damage - this will kill team attackers. If you want this changed open atac_ta.sma and Find this:
Code:
if ( get_pcvar_num( gCVARMirrorDamage ) ) {     health = get_user_health( attacker ) - damage     if ( health <= 0 )         user_kill( attacker )     else         update_health( attacker, health ) }
Change to:
Code:
if ( get_pcvar_num( gCVARMirrorDamage ) ) {     health = get_user_health( attacker ) - damage     if ( health > 0 )         update_health( attacker, health ) }
I might of mentioned this in the documentation, all punishments if the user is currently dead there punishment will activate when they spawn next. Same goes if they leave the server and rejoin, team kill count also increases in this instance. Lots of fixes for bots regarding punishments, thanks to KWo.


Regards,

Orang

p.s. LOL I can't believe this is my 1st plugin I've released on AMXModX forums even under my other alias, T(+)rget I didn't release anything
__________________
|<-- Retired from everything Small/Pawn related -->|
You know when you've been Rango'd
Orangutanz is offline
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 10-05-2007 , 12:05   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #17

So who is going to be the 1st unoffical person outside the team to create a new punishment or addon...?

Punishments - I can't personally think of anything
Addons - I can think of 1 thing, we didn't include Team Attack/Kill history
__________________
|<-- Retired from everything Small/Pawn related -->|
You know when you've been Rango'd
Orangutanz is offline
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 10-05-2007 , 13:24   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #18

Quote:
Originally Posted by Orangutanz View Post
p.s. LOL I can't believe this is my 1st plugin I've released on AMXModX forums even under my other alias, T(+)rget I didn't release anything
lol ..... ^^''
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 10-05-2007 , 13:55   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #19

Quote:
Originally Posted by Orangutanz View Post
So who is going to be the 1st unoffical person outside the team to create a new punishment or addon...?
Me, me oh pleaaase
http://forums.space-headed.net/viewtopic.php?t=232
ConnorMcLeod is offline
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 10-05-2007 , 14:52   Re: Advanced Team Attack Control v3.0.0
Reply With Quote #20

Thx Orangutanz
AllMassive 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 16:50.


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