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

Auto Swap Team


Post New Thread Reply   
 
Thread Tools Display Modes
krispx
Senior Member
Join Date: Jul 2010
Old 03-09-2011 , 09:23   Re: Auto Swap Team
Reply With Quote #31

Quote:
What are the values of CVARS?
sm_autoswapteam_type 2

mp_maxrounds 18
mp_winlimit 0
mp_fraglimit 0
mp_timelimit 0
krispx is offline
summer.wind
Junior Member
Join Date: Nov 2009
Old 03-10-2011 , 03:29   Re: Auto Swap Team
Reply With Quote #32

Quote:
Originally Posted by Experto View Post
It depends on how your server works ...
So I can help you, detail the way you used to restart or change map. I imagine that at some point you to reset the scores of players ...
For example, if you reset or change of the map with X rounds, change the value of CVAR for sm_autoswapteam_type 2
I await details ...
server cvar :
mp_fraglimit 0
mp_maxrounds 40
mp_timelimit 0
sm_autoswapteam_type 2

not work ..always changed map after 40 rounds ..I want the map not changed just swap team every 20 rounds. -_-!
summer.wind is offline
Experto
Member
Join Date: Jan 2008
Location: Brasil
Old 03-10-2011 , 06:50   Re: Auto Swap Team
Reply With Quote #33

Quote:
Originally Posted by krispx View Post
sm_autoswapteam_type 2

mp_maxrounds 18
mp_winlimit 0
mp_fraglimit 0
mp_timelimit 0
krispx,
The scrip is doing the checking at the beginning of the round. I will change to check the end of the round and fix the problem.

Until Friday publishes new version for you
__________________
My Plugins:
-IP Block: This plugin block the entry in the server of players with same IP. Too is possible to config exceptions for some IPs
-Auto Swap Team: This plugin does the automatic swap of teams according to the options selected
-Welcome Sound: Plays sound of welcome for the players
Experto is offline
Experto
Member
Join Date: Jan 2008
Location: Brasil
Old 03-10-2011 , 07:00   Re: Auto Swap Team
Reply With Quote #34

Quote:
Originally Posted by summer.wind View Post
server cvar :
mp_fraglimit 0
mp_maxrounds 40
mp_timelimit 0
sm_autoswapteam_type 2

not work ..always changed map after 40 rounds ..I want the map not changed just swap team every 20 rounds. -_-!
summer.wind,

it makes the swap teams in the middle of the map.

With the cfg that you published here will shift the end of round 21 ... For the same problem as reported above Krisp.

What you want, without changing the map is still not possible in this plugin. But I will implement it too so you can use the way you're wanting.

I think I finish everything by Friday.

Thanks! Your ideas and suggestions are welcome!
__________________
My Plugins:
-IP Block: This plugin block the entry in the server of players with same IP. Too is possible to config exceptions for some IPs
-Auto Swap Team: This plugin does the automatic swap of teams according to the options selected
-Welcome Sound: Plays sound of welcome for the players
Experto is offline
summer.wind
Junior Member
Join Date: Nov 2009
Old 03-10-2011 , 11:21   Re: Auto Swap Team
Reply With Quote #35

Quote:
Originally Posted by Experto View Post
summer.wind,

it makes the swap teams in the middle of the map.

With the cfg that you published here will shift the end of round 21 ... For the same problem as reported above Krisp.

What you want, without changing the map is still not possible in this plugin. But I will implement it too so you can use the way you're wanting.

I think I finish everything by Friday.

Thanks! Your ideas and suggestions are welcome!
Thanks man . this plugin is good . I am waiting ~ lol
summer.wind is offline
krispx
Senior Member
Join Date: Jul 2010
Old 03-11-2011 , 03:04   Re: Auto Swap Team
Reply With Quote #36

Quote:
krispx,
The scrip is doing the checking at the beginning of the round. I will change to check the end of the round and fix the problem.

Until Friday publishes new version for you
Woot+ Experto thanks, i think this Fix ll be not only for me
krispx is offline
Experto
Member
Join Date: Jan 2008
Location: Brasil
Old 03-11-2011 , 21:28   Re: Auto Swap Team
Reply With Quote #37

Already concluded the changes, but want to test well
before publishing the new version here.

See you soon!
__________________
My Plugins:
-IP Block: This plugin block the entry in the server of players with same IP. Too is possible to config exceptions for some IPs
-Auto Swap Team: This plugin does the automatic swap of teams according to the options selected
-Welcome Sound: Plays sound of welcome for the players

Last edited by Experto; 03-12-2011 at 00:02.
Experto is offline
summer.wind
Junior Member
Join Date: Nov 2009
Old 03-12-2011 , 00:26   Re: Auto Swap Team
Reply With Quote #38

Quote:
Originally Posted by Experto View Post
Already concluded the changes, but want to test well
before publishing the new version here.

See you soon!
hmmm. thanks man ~ waiting
summer.wind is offline
Experto
Member
Join Date: Jan 2008
Location: Brasil
Old 03-12-2011 , 14:19   Re: Auto Swap Team
Reply With Quote #39

Version 2.1.0 released!

>> 2.1.0 - 03-12-2011
- New option (sm_autoswapteam_type = 5). For servers type dust2 forever, never change the map. Now you can use the Auto Swap Team to make unlimited swaps.
- Fix small bug, that caused the swap to be performed in the round wrong.





Delete the file "cfg/sourcemod/autoswapteam.cfg" before installing the new version. And after installing version 2.1.0 restart the server.



Summer.wind, the following configuration will cause a swap is done every 10 rounds. Change to the amount you think is best.

// Sets the type of Auto Swap. [1 = TIME, 2 = NUMBER OF ROUNDS, 3 = NUMBER OF WINS, 4 = NUMBER OF FRAG, 5 = NO LIMITS]
// -
// Default: "1"
// Minimum: "1.000000"
// Maximum: "5.000000"
sm_autoswapteam_type "5"

// When sm_autoswapteam_type = 5.
// Maximum number of rounds before the swap?
// -
// Default: "10"
// Minimum: "1.000000"
sm_autoswapteam_maxround "10"
__________________
My Plugins:
-IP Block: This plugin block the entry in the server of players with same IP. Too is possible to config exceptions for some IPs
-Auto Swap Team: This plugin does the automatic swap of teams according to the options selected
-Welcome Sound: Plays sound of welcome for the players

Last edited by Experto; 03-12-2011 at 14:22.
Experto is offline
summer.wind
Junior Member
Join Date: Nov 2009
Old 03-12-2011 , 23:00   Re: Auto Swap Team
Reply With Quote #40

Quote:
Originally Posted by Experto View Post
Version 2.1.0 released!

>> 2.1.0 - 03-12-2011
- New option (sm_autoswapteam_type = 5). For servers type dust2 forever, never change the map. Now you can use the Auto Swap Team to make unlimited swaps.
- Fix small bug, that caused the swap to be performed in the round wrong.





Delete the file "cfg/sourcemod/autoswapteam.cfg" before installing the new version. And after installing version 2.1.0 restart the server.



Summer.wind, the following configuration will cause a swap is done every 10 rounds. Change to the amount you think is best.

// Sets the type of Auto Swap. [1 = TIME, 2 = NUMBER OF ROUNDS, 3 = NUMBER OF WINS, 4 = NUMBER OF FRAG, 5 = NO LIMITS]
// -
// Default: "1"
// Minimum: "1.000000"
// Maximum: "5.000000"
sm_autoswapteam_type "5"

// When sm_autoswapteam_type = 5.
// Maximum number of rounds before the swap?
// -
// Default: "10"
// Minimum: "1.000000"
sm_autoswapteam_maxround "10"
Great! man . I will test it now ~lol
summer.wind 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 13:03.


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