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

[ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)


Post New Thread Reply   
 
Thread Tools Display Modes
Krisprols58
Junior Member
Join Date: Oct 2010
Old 06-16-2013 , 18:25   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #101

Hello, here is the French translation.
Attached Files
File Type: txt swapteam.phrases.txt (2.9 KB, 280 views)
Krisprols58 is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 09-10-2013 , 02:59   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #102

Nice plugin.

Here, Portuguese Brazilian & Spanish translations :
Attached Files
File Type: zip translations.zip (1.7 KB, 250 views)

Last edited by StayOx; 09-10-2013 at 03:35. Reason: add spanish translation.
StayOx is offline
memorex
New Member
Join Date: Sep 2013
Old 09-11-2013 , 13:36   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #103

I am making my custom admin menu .... but my to any team doesn't work :s
can someone help?
Code:
"Teamchange"
{
	"Immediately"
	{
		"cmd"		"sm_swapteam #1"
		"execute"	"player"
		"1"
		{
			"type" 		"teamplayer"
			"method"	"name"
			"title"		"Player:"
		}
	}
	"When dead"
	{
		"cmd"		"sm_swapteam_death #1"
		"execute"	"player"
		"1"
		{
			"type" 		"teamplayer"
			"method"	"name"
			"title"		"Player:"
		}
	}
	"Roundend"
	{
		"cmd"		"sm_swapteam_d #1"
		"execute"	"player"
		"1"
		{
			"type" 		"teamplayer"
			"method"	"name"
			"title"		"Player:"
		}
	}
	"To Spectator"
	{
		"cmd"		"sm_spec #1"
		"execute"	"player"
		"1"
		{
			"type" 		"teamplayer"
			"method"	"name"
			"title"		"Player:"
		}
	}
	"To any team"
	{
		"cmd"		"sm_team #1 #2"
		"execute"	"player"
		"1"
		{
			"type" 		"player"
			"method"	"name"
			"title"		"Player:"
		}
		"2"
		{
			"type"		"list"
			"title"		"Team:"
			"1"		"2"
			"1."		"Terrorists"
			"2"		"3"
			"2."		"Counter-Terrorists"
		}
	}
}
memorex is offline
bobbobagan
SourceMod Donor
Join Date: May 2007
Location: New Zealand
Old 09-12-2013 , 03:51   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #104

Try
Code:
"cmd"		"sm_team #1 @2"
Also, thanks to all for the translations.
__________________
bobbobagan is offline
Send a message via Skype™ to bobbobagan
MS32
New Member
Join Date: Nov 2013
Old 11-20-2013 , 20:34   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #105

Hello,

I am trying to find a plugin which I can use to move players to and from a certain team on my server on a popular HL2 Mod called Pirates Vikings & Knights II (PVKII).

The problem is, this mod has 3 (technically 4 including Spectator) teams, Pirates, Vikings and Knights. I have no idea if this mod will work at all, if so, which numbers to use for each team etc. So I will try this out tomorrow and post the results here.

I'm assuming (for now) I'll be making use of that last command (sm_team <name> <team number>).

Only giving a heads up here, let me know if you have any preconceived ideas or advice, and I'm looking forward to your response.

===EDIT===
Results
Works! Almost perfectly.

I am able to move people to Spectator (!sm_team <name> 0, or, !sm_team <name> 1), Pirates (!sm_team <name> 2) and finally to Vikings (!sm_team <name> 3). Unfortunately the plugin doesn't recognise "!sm_team <name> 4" (to be expected), so I am unable to move people to the Knights team.

Is there any way you could help me? I'm almost certain that if the plugin supported team 4, the game will definitely know to move the player to team Knights. I am a complete noob at running Source servers (I set-up my first one ever on Monday, and now I have SourceMod and many plugins installed), so asking me to edit/compile the plugin would be futile, unless explained in detail, as I have never used SP.

Looking forward to your response!

Last edited by MS32; 11-21-2013 at 07:49.
MS32 is offline
Marverlous
Senior Member
Join Date: May 2013
Old 12-17-2013 , 20:29   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #106

Can you add the ability to keep a specific client always on 1 team? Like, always have the player in team spectate no matter what.

Last edited by Marverlous; 12-17-2013 at 20:29.
Marverlous is offline
MS32
New Member
Join Date: Nov 2013
Old 12-17-2013 , 20:51   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #107

Quote:
Originally Posted by Marverlous View Post
Can you add the ability to keep a specific client always on 1 team? Like, always have the player in team spectate no matter what.
This sounds more like a Team Ban to me.

Having a client stay on the same team for a specified amount of time, is the same thing as banning that client from the other teams for a specified amount of time.
MS32 is offline
DoomHammer69
Senior Member
Join Date: Aug 2013
Old 02-12-2014 , 14:05   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #108

how can I change the flag??
I dont want the same flag that kick flag

Thx
DoomHammer69 is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 02-12-2014 , 17:34   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #109

Admin Overrides
__________________
View my Plugins | Donate
TnTSCS is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 03-07-2014 , 17:21   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #110

Hi,

I just installed it on CSGO and it's working fine.
I'm still wondering if I can keep the sdkhooks.inc given with SM 1.5.2, or if I have to replace it by the one you give in first post.

Thx

St00ne

PS: @memorex: this plugin already provides admin menu integration.
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 03-07-2014 at 17:22.
St00ne is offline
Reply


Thread Tools
Display Modes

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:25.


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