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

Advanced Team Attack Control v3.0.1


Post New Thread Reply   
 
Thread Tools Display Modes
Jack86
Veteran Member
Join Date: Dec 2008
Location: Belgrade, Serbia
Old 09-05-2010 , 13:38   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #301

Does this set of plugins require all punishments plugins to be turned on, since i only enabled the ones i wanted to be available and pretty much nothing works, mirror, heal and slay on max ta cvars are all 1, but heal and slay dont work and instead of slay player gets kicked, also punishment menu isnt displayed and menu and menu_overwrite cvars are 1.
__________________

Jack86 is offline
wallasthon
New Member
Join Date: Apr 2010
Old 09-16-2010 , 10:15   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #302

Hello everybody
A question about punish menu, normaly the use keys 1 and 2 for forgiven or punish, is possible change the keys for 8 and 9 for example
wallasthon is offline
jakubs777
Junior Member
Join Date: Nov 2009
Old 09-21-2010 , 09:32   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #303

any update for amxbans v6?
jakubs777 is offline
maRoff
Member
Join Date: Apr 2007
Location: Poland
Old 11-02-2010 , 19:14   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #304

Yeah, this version of ATAC doesn't work with AMXBans 6.0.0 or higher. Someone could fix this, please.
maRoff is offline
mcwulf_svk
Junior Member
Join Date: Nov 2009
Old 12-13-2010 , 12:01   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #305

i think, ist simple:

download ATAC, find atac_amxbans.sma

and edit these lines:
Code:
            case 2: server_cmd( "amx_ban %i %s Max Team Kill Warning %i/%i", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
            // Invalid Banning Type
and change to:

Code:
            case 2: server_cmd( "amx_ban %s %i Max Team Kill Warning %i/%i", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
            // Invalid Banning Type
If uou use amxbans 6 with amx_bans_use_newbancmd 1, it must work (because they swap order of parameters in amx_ban command)

Then recompile and it should work

(sry for my english)

I havent test it, can you do that? (thx)
Attached Files
File Type: sma Get Plugin or Get Source (atac_amxbans.sma - 879 views - 1.8 KB)

Last edited by mcwulf_svk; 12-13-2010 at 18:15.
mcwulf_svk is offline
Send a message via Skype™ to mcwulf_svk
funes727
New Member
Join Date: Jan 2011
Old 01-11-2011 , 04:56   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #306

I try this but with no success, server print chat msg that player is banned for xxx minutes but nothing happens..
funes727 is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-14-2011 , 11:33   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #307

Quote:
Originally Posted by mcwulf_svk View Post
i think, ist simple:

download ATAC, find atac_amxbans.sma

and edit these lines:
Code:
            case 2: server_cmd( "amx_ban %i %s Max Team Kill Warning %i/%i", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
            // Invalid Banning Type
and change to:

Code:
            case 2: server_cmd( "amx_ban %s %i Max Team Kill Warning %i/%i", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
            // Invalid Banning Type
If uou use amxbans 6 with amx_bans_use_newbancmd 1, it must work (because they swap order of parameters in amx_ban command)

Then recompile and it should work
You can't just switch %s and %i around and expect it to work. They are placeholders. You have to also switch the values that get put into those spots.

Replace:
Code:
            case 2: server_cmd( "amx_ban %i %s Max Team Kill Warning %i/%i", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
            // Invalid Banning Type
With:
Code:
            case 2: server_cmd( "amx_ban %s %i Max Team Kill Warning %i/%i", authid, get_pcvar_num( gCVARBanTime ), tk, maxtk )
            // Invalid Banning Type
__________________
Brad is offline
OneMan
New Member
Join Date: Jan 2011
Old 01-30-2011 , 02:02   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #308

Thank you for nice plugin!

Please fix atac_amxbans.sma line 59 from:
case 1: server_cmd( "amx_banip %i %s Max Team Kill Warning %i/%i", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
to:
case 1: server_cmd( "amx_banip %i #%d ^"Max Team Kill Warning %i/%i^"", get_pcvar_num( gCVARBanTime ), get_user_userid( killer ), tk, maxtk )
for correct banning LAN players with STEAM_ID_LAN and correct ban reason.

and line 61 from:
case 2: server_cmd( "amx_ban %i %s Max Team Kill Warning %i/%i", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
to:
case 2: server_cmd( "amx_ban %i %s ^"Max Team Kill Warning %i/%i^"", get_pcvar_num( gCVARBanTime ), authid, tk, maxtk )
for correct ban reason.
OneMan is offline
winds
Member
Join Date: Aug 2010
Old 02-04-2011 , 12:24   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #309

Does this plugin recognize TK when a player runs over a teammate with a vehicle (cs1.6)? I installed this plugin but when we had people TKing with cars the plugin wasn't activating and people weren't getting the menu's.
winds is offline
Duffnexter
Senior Member
Join Date: Aug 2009
Old 05-29-2011 , 15:02   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #310

can anyone make it more simple? im looking for something that when team attacking, attacker loose health and when attacker abuse tk than get slay and victim dont loose health unless dmg its more than a 100.
4 punishments for tk
1.take 50 hp from attacker
2.slay
3.slay next round
4.forgive
it would be really use full for me sience i wont use any other options from this plugin
__________________
Duffnexter is offline
Send a message via MSN to Duffnexter Send a message via Skype™ to Duffnexter
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 18:00.


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