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

[REQUEST] - Automatic Team Transfer based on Teamscore


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 04-24-2006 , 08:49   [REQUEST] - Automatic Team Transfer based on Teamscore
Reply With Quote #1

hi

Could someone build a plugin that automatically transfers the whole teams if the Teamscore is too different.
We already use this Plugin but a Admin has to trigger it manually.

It would be nice if the Teamswitch works automatic - like:
Ts are X Points in Advance - Plugin switches both Teams.

thx
AllMassive is offline
c0rdawg
Senior Member
Join Date: Jan 2006
Old 04-24-2006 , 22:05  
Reply With Quote #2

switch both the teams? I dunno, for evening skills on teams I use the PTB plugin, it was ported from amx I believe but you can get it around here somewhere...
c0rdawg is offline
Send a message via AIM to c0rdawg Send a message via MSN to c0rdawg
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 04-25-2006 , 00:53  
Reply With Quote #3

I already use ptb - but i dont use the teambalance feature and i dont want to turn it on.

In my Opinion the best Solution on our busy Server is the complete Teamswitch - this would educate the Players to keep the Team even by themselfs.
AllMassive is offline
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 04-26-2006 , 10:20  
Reply With Quote #4

No one ?

AllMassive is offline
xxdilbertxx
Junior Member
Join Date: Apr 2006
Old 12-12-2006 , 03:07   Re: [REQUEST] - Automatic Team Transfer based on Teamscore
Reply With Quote #5

yeah you would think it would be a built in part of CS but no...
and iv been looking for a plugin that does this without restarting the map
or having to start a match of some kind
it cant be that hard to make one (if you know how to unlike me)
just swap teams automatically after half of mp_timelimit or a set timelimit, N of rounds, score
xxdilbertxx is offline
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 12-13-2006 , 02:14   Re: [REQUEST] - Automatic Team Transfer based on Teamscore
Reply With Quote #6

Code:
register_event("ResetHUD", "reset_this_hud", a) register_cvar("amx_score_diff", 7) // when scores are this far, switch teams // ... later on public reset_this_hud { if ((<get team score (T) - <get team score (CT)>) >= get_cvar_num("amx_score_diff") || (<get team score (CT) - <get team score (T)>) >= get_cvar_num("amx_score_diff")) // switch teams }

Slmclarengt
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt 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 02:12.


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