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

[CSGO] Team Join Manager


Post New Thread Reply   
 
Thread Tools Display Modes
Author
GetRektByNoob
Member
Join Date: Nov 2018
Plugin ID:
6642
Plugin Version:
1.0
Plugin Category:
Server Management
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 07-12-2019 , 16:59   [CSGO] Team Join Manager
    Reply With Quote #1

    Description
    This plugin this to give the server owners the option to controll the teams switching inside the server how they like it to be.

    Feature list
    • Disable the join message for each team
    • Disable the ability to join each
    • Add cooldown to team changing
    • Disable all team joins

    ConVars
    Code:
    • tjm_t_disable » Disable the ability to join the T team
    • tjm_ct_disable » Disable the ability to join the CT team
    • tjm_spec_disable » Disable the ability to join the Spectators team
    
    • tjm_t_message » Disable the message when joining the T team
    • tjm_ct_message » Disable the message when joining the CT team
    • tjm_spec_message » Disable the message when joining the Spectatos team
    
    • tjm_cooldown » Set the cooldown between the team switches, when set to -1 you want change a team once your in one. only buy using commands you can join other team
    Commands
    Code:
    • /tjm » Shows a menu with all the convars and the values of them (you cant change the values trought the menu) [Flag : Convars]
    Config
    Code:
    cfg\sourcemod\Team Join Manager.cfg
    ChangeLog
    Code:
    • Fixed a bug with the join team force
    NOTES
    Im not going to add anything to this plugin the only time im going to update this plugin is when there is a bug in it, to change the messages you need to edit the source, hope i helped with plugin
    Attached Files
    File Type: sp Get Plugin or Get Source (Team Changer Manager.sp - 1308 views - 5.7 KB)

    Last edited by GetRektByNoob; 07-15-2019 at 12:19.
    GetRektByNoob is offline
    Ilusion9
    Veteran Member
    Join Date: Jun 2018
    Location: Romania
    Old 07-13-2019 , 07:01   Re: [CSGO] Team Join Manager
    Reply With Quote #2

    add this, people can join locked teams if they wait mp_force_pick_time seconds.

    PHP Code:

    public void OnClientPutInServer(int client)
    {
         
    SetEntPropFloat(clientProp_Send"m_fForceTeam"3600.0);

    __________________
    Ilusion9 is offline
    GetRektByNoob
    Member
    Join Date: Nov 2018
    Old 07-15-2019 , 12:13   Re: [CSGO] Team Join Manager
    Reply With Quote #3

    Quote:
    Originally Posted by Ilusion9 View Post
    add this, people can join locked teams if they wait mp_force_pick_time seconds.

    PHP Code:

    public void OnClientPutInServer(int client)
    {
         
    SetEntPropFloat(clientProp_Send"m_fForceTeam"3600.0);

    thanks for the note i updated the plugin.
    GetRektByNoob 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 03:04.


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