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

plugin force auto join sever


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 08-04-2018 , 04:21   plugin force auto join sever
Reply With Quote #1

Hi,
Mod Zombie Escape
if possible, a plugin force auto join CT server.
Thx,
__________________
respecta si vei fi respectat

Last edited by bebe9b; 08-04-2018 at 04:56.
bebe9b is offline
iskenderkebab33
Senior Member
Join Date: Jun 2018
Old 08-04-2018 , 05:27   Re: plugin force auto join sever
Reply With Quote #2

https://forums.alliedmods.net/showpo...11&postcount=4
iskenderkebab33 is offline
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 08-04-2018 , 06:30   Re: plugin force auto join sever
Reply With Quote #3

Hi,
Pls look video ,
After the update the ones appear menu to select T and CT , how do to disappear this option.
I uses plugin ZE Force Team , but no to pass remove selection team , you see video.
When I want to enter the server to go directly to CT.
https://www.youtube.com/watch?v=EufB8tYybI8

Soory my bad eneglish

Thx,
__________________
respecta si vei fi respectat

Last edited by bebe9b; 08-04-2018 at 06:52.
bebe9b is offline
beastedout
Member
Join Date: Aug 2018
Old 08-18-2018 , 06:47   Re: plugin force auto join sever
Reply With Quote #4

do you still need it and is it for csgo?
beastedout is offline
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 08-18-2018 , 09:26   Re: plugin force auto join sever
Reply With Quote #5

Untested.

PHP Code:
mp_autoteambalance 0
mp_force_pick_time 0
mp_force_assign_teams 0
mp_limitteams 0 
PHP Code:
#include <sourcemod>
#include <sdktools>

public void OnPluginStart()
{    
    
HookEvent("player_connect_full"Event_PlayerConnect);    
}

public 
void OnMapStart()
{
    
GameRules_SetProp("m_bIsQueuedMatchmaking"1); // remove team menu
}

public 
void Event_PlayerConnect(Event event, const char[] namebool dontBroadcast
{
    
int client GetClientOfUserId(event.GetInt("userid"));
    
ChangeClientTeam(clientCS_TEAM_CT);

__________________

Last edited by Ilusion9; 08-18-2018 at 09:27.
Ilusion9 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 11:38.


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