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

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


Post New Thread Reply   
 
Thread Tools Display Modes
PsyGaming
SourceMod Donor
Join Date: Sep 2012
Location: Germany
Old 01-25-2013 , 13:07   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #91

Hi,

I like this plugin, but I dont want several admins to use it, so I use the override function. The problem is here, that it doesnt work and I dont know why, so the admins could use all switch commands

This is my admin_groups.cfg

Quote:
"Groups"
{
"Normal Admins"
{
"flags" "abcdefj"
"Overrides"
{
"sm_unrestrict" "deny"
"sm_dropc4" "deny"
"sm_team" "deny"
"sm_restrict" "deny"
"sm_spec" "deny"
"sm_swapteam_d" "deny"
"sm_swapteam_death" "deny"
"sm_swapteam" "deny"
}
}
}
But they still use the menu and all works. I just dont want that anybody with any access (except from "z" (root)) uses the immediately swap function.
__________________
http://www.psy-gaming.de

Psy-Gaming.de - CS:GO Server Community
We have more than +30 Publicserver running!


PsyGaming is offline
newBook
Junior Member
Join Date: Feb 2013
Old 02-10-2013 , 10:53   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #92

Hi,
This plugin don't work properly on HL2:dm.
Does anybody know can I make this plugin work properly on HL2:dm?
The problem is that it can move clients in spec, but can't move them back.
On score board it seems working, but player still stays in spec mode.

Can anybody tell me how to fix it or suggest another plugin that will be working on HL2:dm?
newBook is offline
ZuCChiNi
Junior Member
Join Date: Apr 2012
Location: Turkey
Old 03-02-2013 , 15:33   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #93

Turkish translation (UTF-8 )

Code:
"Phrases"
{
    "when move"
    {
        "tr"                "Takım değiştir - Ne zaman?"
    }
    
    "commands"
    {
        "tr"                "SwapTeam Komutları"
    }
    
    "immediately"
    {
        "tr"                "Hemen"
    }
    
    "on death"
    {
        "tr"                "Öldükten sonra"
    }
    
    "on rend"
    {
        "tr"                "Round sonunda"
    }
    
    "to spec"
    {
        "tr"                "İzleyicilere at"
    }
    
    "select player"
    {
        "tr"                "Oyuncu Seç"
    }
    
    "dont swap rend"
    {
        "#format"        "{1:t}"
        "tr"                "{1} raund sonunda karşı takıma atılmayacak."
    }
    
    "dont swap rend2"
    {
        "#format"        "{1:s}"
        "tr"                "{1} raund sonunda karşı takıma atılmayacak."
    }
    
    "swap rend"
    {
        "#format"        "{1:t}"
        "tr"                "{1} raund sonunda karşı takıma atılacak."
    }
    
    "swap rend2"
    {
        "#format"        "{1:s}"
        "tr"                "{1} raund sonunda karşı takıma atılacak."
    }
    
    "swap death"
    {
        "#format"        "{1:t}"
        "tr"                "{1} öldükten sonra karşı takıma atılacak."
    }
    
    "swap death2"
    {
        "#format"        "{1:s}"
        "tr"                "{1} öldükten sonra karşı takıma atılacak."
    }
    
    "dont swap death"
    {
        "#format"        "{1:t}"
        "tr"                "{1} öldüğünde karşı takıma atılacak."
    }
    
    "dont swap death2"
    {
        "#format"        "{1:s}"
        "tr"                "{1} öldüğünde karşı takıma atılacak."
    }
    
    "switch by admin"
    {
        "#format"        "{1:t}"
        "tr"                "{1} karşı takıma atıldı."
    }
    
    "switch by admin2"
    {
        "#format"        "{1:s}"
        "tr"                "{1} karşı takıma atıldı"
    }
    
    "swapteam usage"
    {
        "tr"                "Kullanım: sm_swapteam <#userid|name>"
    }
    
    "swapteam death usage"
    {
        "tr"                "Kullanım: sm_swapteam_death <#userid|name>"
    }
    
    "swapteam rend usage"
    {
        "tr"                "Kullanım: sm_swapteam_d <#userid|name>"
    }
    
    "swapteam rend error"
    {
        "tr"                "Bu modda raund sonunda değişiklik yapılamaz."
    }
    
    "swapteam spec usage"
    {
        "tr"                "Kullanım: sm_spec <#userid|name>"
    }
    
    "Moved to spec"
    {
        "#format"        "{1:t}"
        "tr"                "{1} seyircilere atıldı."
    }
    
    "Moved to team1"
    {
        "#format"        "{1:t}"
        "tr"                "{1} Takım 1'e atıldı."
    }
    
    "Moved to team2"
    {
        "#format"        "{1:t}"
        "tr"                "{1} Takım 2'ye atıldı."
    }
    
    "team usage css"
    {
        "tr"                "Kullanım: sm_team <#userid|name> <1 - Seyirci | 2 - T | 3 - CT>"
    }
    
    "team usage tf2"
    {
        "tr"                "Kullanım: sm_team <#userid|name> <1 - Seyirci | 2 - RED | 3 - BLU>"
    }
    
    "team usage other"
    {
        "tr"                "Kullanım: sm_team <#userid|name> <1 - Seyirci | 2 - Takım  1 | 3 - Takım 2>"
    }
    
    "moved to spec"
    {
        "#format"        "{1:t}"
        "tr"                "{1} seyircilere atıldı"
    }
    
    "moved to spec2"
    {
        "#format"        "{1:s}"
        "tr"                "{1} seyircilere atıldı."
    }
}

Last edited by ZuCChiNi; 01-01-2014 at 17:15. Reason: UTF
ZuCChiNi is offline
Send a message via ICQ to ZuCChiNi Send a message via AIM to ZuCChiNi Send a message via MSN to ZuCChiNi Send a message via Yahoo to ZuCChiNi Send a message via Skype™ to ZuCChiNi
Phorce_Phed
Member
Join Date: Jun 2006
Old 03-02-2013 , 18:42   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #94

In Neotokyo this plugin will swap players to spec, but leaves their hitboxes and weapon models in the game (until the round ends). If one of these players is killed it locks up the server.
Phorce_Phed is offline
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 03-14-2013 , 21:51   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #95

Does this mod still work even with the protobuf update for CS:GO?
__________________
The 47 Ronin Gaming - http://www.47r-squad.com


IcEWoLF is offline
Reinghord
Junior Member
Join Date: Dec 2009
Location: Odessa, Ukraine
Old 03-17-2013 , 15:01   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #96

This plugin crashes my CS:S server on mapchange, I dunno why
Reinghord is offline
eyes of hunter
Member
Join Date: Dec 2011
Old 03-17-2013 , 18:25   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #97

L 03/17/2013 - 19:21:48: [SM] Plugin encountered error 15: Array index is out of bounds
L 03/17/2013 - 19:21:48: [SM] Displaying call stack trace for plugin "swapteam.smx":
L 03/17/2013 - 19:21:48: [SM] [0] Line 466, C:\Users\Hayden\Desktop\sourcemod-1.5.0-hg3656-windows\addons\sourcemod\scripting\swapteam.s p::Event_PlayerDeath()
L 03/17/2013 - 19:230: [SM] Plugin encountered error 15: Array index is out of bounds
L 03/17/2013 - 19:230: [SM] Displaying call stack trace for plugin "swapteam.smx":
L 03/17/2013 - 19:230: [SM] [0] Line 466, C:\Users\Hayden\Desktop\sourcemod-1.5.0-hg3656-windows\addons\sourcemod\scripting\swapteam.s p::Event_PlayerDeath()
L 03/17/2013 - 190:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 03/17/2013 - 190:47: [SM] Displaying call stack trace for plugin "swapteam.smx":
L 03/17/2013 - 190:47: [SM] [0] Line 466, C:\Users\Hayden\Desktop\sourcemod-1.5.0-hg3656-windows\addons\sourcemod\scripting\swapteam.s p::Event_PlayerDeath()
L 03/17/2013 - 193:57: [SM] Plugin encountered error 15: Array index is out of bounds
L 03/17/2013 - 193:57: [SM] Displaying call stack trace for plugin "swapteam.smx":
L 03/17/2013 - 193:57: [SM] [0] Line 466, C:\Users\Hayden\Desktop\sourcemod-1.5.0-hg3656-windows\addons\sourcemod\scripting\swapteam.s p::Event_PlayerDeath()

Last edited by eyes of hunter; 03-17-2013 at 18:26.
eyes of hunter is offline
Rainicorn
Member
Join Date: Jun 2011
Location: Palo Alto, California
Old 04-03-2013 , 17:53   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #98

Does anyone know if there is a way to force a vote for sm_swapteam? I have a Moderator group of Admins that I want to give this command to on VSH so that they can deal with Friendlies, but I don't feel comfortable giving them the ability to move players between teams outright.
__________________
=~ s/(.*)/<ditziness>$1<\ditziness>/g if any point you wish();
Rainicorn is offline
htcarnage
Senior Member
Join Date: Oct 2009
Old 04-17-2013 , 15:35   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #99

The admin menu portion of this plugin is broken after the update for CSS
__________________
htcarnage is offline
erone
New Member
Join Date: Mar 2013
Old 05-17-2013 , 12:05   Re: [ANY MOD] SwapTeam v1.2.6 (Updated 30/09/12)
Reply With Quote #100

After SteamCMD update, SwapTeam is no longer working on CounterStrike:Source.

Plugin is loading ok, and the sm_swapteam command is recognised, but when trying to swap the player's team, SwapTeam is crashing the server.

I'm using sourcemod-1.5.0-hg3837-windows and mmsource-1.10.0-hg837-windows.

Is this a generalised issue or am I the only one having this problem?
erone 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 06:18.


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