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

Auto Swap Team


Post New Thread Reply   
 
Thread Tools Display Modes
summer.wind
Junior Member
Join Date: Nov 2009
Old 03-12-2011 , 23:48   Re: Auto Swap Team
Reply With Quote #41

I have tested it , it works well . Thanks for your work on this plugin . (My english is poor,I am a chinese CS:S player ! )
summer.wind is offline
Experto
Member
Join Date: Jan 2008
Location: Brasil
Old 03-13-2011 , 18:44   Re: Auto Swap Team
Reply With Quote #42

No need to thank! Contribute your suggestions to improve it even more.

If you encounter any problems or have any further suggestions, please post here!

I do not know English well ... I'm Brazilian. I use Google Traductor to translate the messages...



不需要感谢!贡献你的建议,以改善它甚至更多。

如果您遇到任何问题或有任何进一步的建议,请张贴在这里!

我不知道英语...我是巴西人。我使用谷歌
翻译的消息。
__________________
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-28-2011 , 19:28   Re: Auto Swap Team
Reply With Quote #43

>> 2.1.1 - 03-28-2011
- Added color library to be used in the translation file
- Fixed wrong count
__________________
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
krispx
Senior Member
Join Date: Jul 2010
Old 03-29-2011 , 06:00   Re: Auto Swap Team
Reply With Quote #44

Thanks, Experto as usual nice update
krispx is offline
Rat-Thon
New Member
Join Date: Dec 2008
Old 04-08-2011 , 18:35   Re: Auto Swap Team
Reply With Quote #45

(Sorry for my English Made in Google)

I encounter a bug with your plugin.
Suppose that just before the swap, the scores are 3 for CTs and 5 for Ts.
At the time of the swap, the two teams back to 0. (normal)
If the CTs win the round, the scores of 0-0 was passed 4-5.
Here is my config:

Code:
// This file was auto-generated by SourceMod (v1.3.7-dev)
// ConVars for plugin "autoswapteam.smx"

 
// Warning message? [0 = NO 1 = YES] 
// - 
// Default: "1" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_advert "1" 

// On / Off Auto Swap Team. [0 = OFF, 1 = On] 
// - 
// Default: "1" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_enable "1" 

// Reset the money of admins after swap? [0 = NO 1 = YES] 
// - 
// Default: "0" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_immune_cash "0" 
 
// Reset the Deaths of admins after the swap? [0 = NO 1 = YES] 
// - 
// Default: "0" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_immune_dead "0" 

// Reset the score of admins after the swap? [0 = NO 1 = YES] 
// - 
// Default: "0" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_immune_frag "0" 

// Admins are immune to Auto Swap? [0 = NO 1 = YES] 
// - 
// Default: "0" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_immune_swap "0" 

// Reset the Weapons of admins after the swap? [0 = NO 1 = YES] 
// - 
// Default: "0" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_immune_weapon "0"

// When sm_autoswapteam_type = 5. 
// Maximum number of rounds before the switch?
// -
// Default: "10"
// Minimum: "1.000000"
sm_autoswapteam_maxround "10"

// Play sound alert? [0 = NO 1 = YES] 
// - 
// Default: "1" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_playsound "1"

// Reset the money after swap? [0 = NO 1 = YES] 
// - 
// Default: "1" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_resetcash "1" 
 
// Reset the Deaths after swap? [0 = NO 1 = YES] 
// - 
// Default: "1" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_resetdead "0" 
 
// Reset Frag after swap? [0 = NO 1 = YES] 
// - 
// Default: "1" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_resetfrag "0" 
 
// Reset Weapons after swap? [0 = NO 1 = YES] 
// - 
// Default: "1" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_resetweapon "0" 

// Define action for the score. [0 = KEEP, 1 = RESET, 2 = SWAP] 
// - 
// Default: "2" 
// Minimum: "0.000000" 
// Maximum: "1.000000" 
sm_autoswapteam_scoretype "1" 

// Address of the sound file 
// - 
// Default: "ambient / misc / brass_bell_C.wav" 
sm_autoswapteam_sound_file "ambient/misc/brass_bell_C.wav" 

// 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 "1"

Last edited by Rat-Thon; 04-09-2011 at 03:43.
Rat-Thon is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-09-2011 , 02:15   Re: Auto Swap Team
Reply With Quote #46

I have a similar bug... on half time switch, the scores correctly follow the switching team... say CTs have 5 and Ts have 3... switch happens and Ts have 5 and CTs have 3 which I would expect. After the next round, say, if Ts win, the score will switch to Ts have 4 and CTs have 5...
TnTSCS is offline
Experto
Member
Join Date: Jan 2008
Location: Brasil
Old 04-10-2011 , 23:31   Re: Auto Swap Team
Reply With Quote #47

I will analyze and correct the error
__________________
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
eXplode82
Senior Member
Join Date: Oct 2009
Location: Serbia
Old 04-13-2011 , 12:41   Re: Auto Swap Team
Reply With Quote #48

Great plugin !
eXplode82 is offline
Send a message via MSN to eXplode82
Experto
Member
Join Date: Jan 2008
Location: Brasil
Old 04-17-2011 , 01:58   Re: Auto Swap Team
Reply With Quote #49

Sorry for the delay ... I have not had much time lately ...
Fix the bug and posted the new version

New version 2.1.2

>> 2.1.2 - 04-17-2011
- Correction of the score when the score is zero (sm_autoswapteam_scoretype "1")
__________________
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
DoPe^
Veteran Member
Join Date: Jul 2008
Location: Denmark / Copenhagen
Old 05-03-2011 , 04:13   Re: Auto Swap Team
Reply With Quote #50

sorry for asking again, but was it possible to add a second sound, at the start of the round before the teams is swapped?
running with the "advert_will_swap"
DoPe^ 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 07:53.


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