Raised This Month: $32 Target: $400
 8% 

Admin Player Team Switch and Scramble Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Plugin ID:
210
Plugin Version:
0.2.4
Plugin Category:
Server Management
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    31 
    Plugin Description:
    Plugin makes admins abel to transfer a player in the other Team by a menu
    Old 11-04-2007 , 15:37   Admin Player Team Switch and Scramble Menu
    Reply With Quote #1

    Recode Planed!

    Plugin makes admins abel to transfer a player in the other Team with the Sourcemod Admin Menu

    this plugin integrates 2 menu's into, sourcemod admin menu --> player menu
    with one you can switch players direct and with the other after player death

    Console Commands:


    sm_swmenu <-- open direct switch menu
    sm_swadmenu <-- open switch after death menu
    sm_swteams <-- switches the teams direct
    sm_swspec <-- switch player to spectator

    Convars


    sm_switch_event
    (0/1)
    0 = Switch on Round End (for round based games like cs:s)
    1 = Switch After Death (for deathmatch mod's like TF2)

    Changelog:

    for older changes
    look @ changelog.txt

    new in v.0.2.6
    +fixed spectator switch bug in css edition

    new in v.0.2.5
    +removed mod detection in css edition

    new in v.0.2.4
    +Fixed a Critical Bug in Both editions (defined a String instead of a Int)

    new in v.0.2.2
    +Added a special CS:S version

    new in v.0.2.2
    +Added a special CS:S version

    new in v.0.2.2
    +Now all CS:S Player Switch Bugs will be fixed

    new in v.0.2.1
    +added mod detection and compatibility with insurgency.

    new in v.0.2.0
    +team scramble option in player menu

    TODO:
    +
    add the ability to use the player switch function's in the console without the menu

    R.Hehl
    If somebody want to contact me directly or want to get Plugin Update news over steam join this Group: http://steamcommunity.com/groups/Player-Switch-Plugin

    Please Note the second Plugin (Teamnumberretriver) is only to retrive informations i need to integrate support for a unsupported mod.

    Tested with Original v.0.2.4:
    TF2
    DoD:S
    Supportedmods by CS:S version v.0.2.5:
    CS:S

    Please post it if it run's on a mod who is not listed yet!!!
    Attached Files
    File Type: txt changelog.txt (1.9 KB, 3767 views)
    File Type: sp Get Plugin or Get Source (switchmenu.sp - 15482 views - 10.9 KB)
    File Type: sp Get Plugin or Get Source (teamnumberretriver.sp - 8356 views - 835 Bytes)
    File Type: sp Get Plugin or Get Source (switchcssedition.sp - 9671 views - 10.5 KB)

    Last edited by r5053; 02-24-2008 at 19:16.
    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    Tekniqal
    Senior Member
    Join Date: Aug 2006
    Old 11-04-2007 , 16:24   Re: Admin Player Team Switch Menu
    Reply With Quote #2

    eh, you should build it into the default SM menu
    __________________
    Tekniqal is offline
    abnvet
    SourceMod Donor
    Join Date: Jun 2006
    Old 11-06-2007 , 17:48   Re: Admin Player Team Switch Menu
    Reply With Quote #3

    will this work with TF 2 as well?
    abnvet is offline
    Derek
    Senior Member
    Join Date: Sep 2007
    Old 11-06-2007 , 17:55   Re: Admin Player Team Switch Menu
    Reply With Quote #4

    Yea please build this into the sourcemod menu.
    Derek is offline
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 11-07-2007 , 00:36   Re: Admin Player Team Switch Menu
    Reply With Quote #5

    @abnvet

    Yes it works with TF2 i Test my plugins with TF2 (i dont have a HLDM,DOD:Sor a CS:S Server on my root installed but many TF2 )
    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 11-07-2007 , 00:38   Re: Admin Player Team Switch Menu
    Reply With Quote #6

    and about integrating into Sourcemod menu, i will look how i can do this and upload then a new version if it runs
    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    KawMAN
    SourceMod Donor
    Join Date: Sep 2007
    Location: Cracov
    Old 11-08-2007 , 05:18   Re: Admin Player Team Switch Menu
    Reply With Quote #7

    add Swap when end of round like in Mani Admin

    Last edited by KawMAN; 11-08-2007 at 05:21.
    KawMAN is offline
    Send a message via ICQ to KawMAN Send a message via Skype™ to KawMAN
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 11-08-2007 , 14:11   Re: Admin Player Team Switch Menu
    Reply With Quote #8

    who want's to see swap after death or switch after round end in v0.0.3 ?
    __________________
    Visit HLPortal.de (this is not my Page)


    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    access
    Junior Member
    Join Date: Mar 2007
    Location: Рос
    Old 11-09-2007 , 03:42   Re: Admin Player Team Switch Menu
    Reply With Quote #9

    //// switchmenu.sp
    // switchmenu.sp(42) : warning 217: loose indentation
    // switchmenu.sp(43) : warning 217: loose indentation
    // switchmenu.sp(44) : warning 217: loose indentation
    // switchmenu.sp(42) : warning 204: symbol is assigned a value that is never use
    d: "name"
    // switchmenu.sp(41) : warning 204: symbol is assigned a value that is never use
    d: "found"
    // switchmenu.sp(81) : warning 217: loose indentation
    // switchmenu.sp(93) : warning 217: loose indentation
    // Header size: 2528 bytes
    // Code size: 2208 bytes
    // Data size: 720 bytes
    // Stack/heap size: 16384 bytes; Total requirements: 21840 bytes
    //
    // 7 Warnings.
    //
    // Compilation Time: 0,89 sec
    // ----------------------------------------

    Press enter to exit ...
    __________________
    sorry my bad english
    access is offline
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 11-09-2007 , 05:07   Re: Admin Player Team Switch Menu
    Reply With Quote #10

    what do you want to say me with this ? or do you only want to troll ?
    __________________
    Visit HLPortal.de (this is not my Page)



    Last edited by r5053; 11-09-2007 at 05:10.
    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    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 17:46.


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