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

Jailbreak Team Balance


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Include1
Member
Join Date: Feb 2016
Old 03-10-2016 , 10:15   Jailbreak Team Balance
Reply With Quote #1

Anybody can fix it for CS:GO? https://forums.alliedmods.net/showthread.php?t=149632
Include1 is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 03-10-2016 , 18:58   Re: Jailbreak Team Balance
Reply With Quote #2

As suggested by the last post in that plugin's thread, it's unlikely there will be a fix since there is insufficient information for me to work from to fix whatever is wrong on CS:GO. Some people successfully have it working on CS:GO while others are still having an issue.
__________________
databomb is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 03-11-2016 , 08:40   Re: Jailbreak Team Balance
Reply With Quote #3

You use "Team Limit Bypass" plugin?

See: https://forums.alliedmods.net/showpo...&postcount=205
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Lial
Junior Member
Join Date: Dec 2015
Old 03-22-2016 , 22:07   Re: Jailbreak Team Balance
Reply With Quote #4

Quote:
Originally Posted by databomb View Post
As suggested by the last post in that plugin's thread, it's unlikely there will be a fix since there is insufficient information for me to work from to fix whatever is wrong on CS:GO. Some people successfully have it working on CS:GO while others are still having an issue.
1 problem:
you can join to ct when you reconnect to server.
step 1.
reconnect
step 2.
dont choose team
step 3
move the cursor on the ct (DONT PRESS, only move)
step 4
w8
step 5
you are automatically joined to ct, thx autobalance

2 problem:
you can join to ct at round end.
step 1
w8 round end(when game announces CT/T WIN).
step 2
join to ct when round ended

my english is bad, but i think u understand me

Last edited by Lial; 03-22-2016 at 22:08.
Lial is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 03-23-2016 , 08:21   Re: Jailbreak Team Balance
Reply With Quote #5

Quote:
Originally Posted by Lial View Post
1 problem:
you can join to ct when you reconnect to server.
step 1.
reconnect
step 2.
dont choose team
step 3
move the cursor on the ct (DONT PRESS, only move)
step 4
w8
step 5
you are automatically joined to ct, thx autobalance
This is a CS:GO convar that you can change. The exact convar is already discussed in the original thread.

Quote:
2 problem:
you can join to ct at round end.
step 1
w8 round end(when game announces CT/T WIN).
step 2
join to ct when round ended

my english is bad, but i think u understand me
This is a plugin design feature. Step 3: Plugin notices that you joined CT at round end. Step 4: Plugin moves you back to T if there is a bad ratio.
__________________
databomb is offline
Lial
Junior Member
Join Date: Dec 2015
Old 03-23-2016 , 21:58   Re: Jailbreak Team Balance
Reply With Quote #6

Quote:
Originally Posted by databomb View Post
This is a plugin design feature. Step 3: Plugin notices that you joined CT at round end. Step 4: Plugin moves you back to T if there is a bad ratio.
Step 4: Plugin moves you back to T if there is a bad ratio. < no
Lial is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 03-24-2016 , 08:12   Re: Jailbreak Team Balance
Reply With Quote #7

Team joins are denied between after the round ends and when the new round starts. You must be using a different plugin. If you join right before the round ends then it will move you back to T if the ratio is bad. If not, it lets you stay on CT. To combat this, advertise !queue so if someone is in the !queue it will block all requests until the queue is empty.
__________________
databomb is offline
Lial
Junior Member
Join Date: Dec 2015
Old 03-25-2016 , 13:06   Re: Jailbreak Team Balance
Reply With Quote #8

Quote:
Originally Posted by databomb View Post
Team joins are denied between after the round ends and when the new round starts. You must be using a different plugin. If you join right before the round ends then it will move you back to T if the ratio is bad. If not, it lets you stay on CT. To combat this, advertise !queue so if someone is in the !queue it will block all requests until the queue is empty.
Team joins are denied between < no, its block only if someone is in the !queue.
You can believe that all is well, but all is bad in cs:go.
Lial is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 03-28-2016 , 13:53   Re: Jailbreak Team Balance
Reply With Quote #9

PHP Code:
    // check if teams are currently locked and it's not the beginning of the game
    
if (gTeamsLocked && (gLastRoundEndReason != REASON_INVALID) && (gLastRoundEndReason != REASON_GAME_COMMENCING) && (gLastRoundEndReason != REASON_ROUND_DRAW))
    {    
        if(
strcmp(gShadow_Cvar_SoundName""))
        {
            
decl String:buffer[PLATFORM_MAX_PATH 5];
            
Format(buffersizeof(buffer), "play %s"gShadow_Cvar_SoundName);
            
ClientCommand(clientbuffer);
        }
        
PrintCenterText(client"%t""Center Teams Locked");
        
UTIL_TeamMenu(client);
        return 
Plugin_Handled;
    } 
// end if teams locked 
gTeamsLocked blocks team joins inbetween rounds. Maybe CS:GO changed the round end reasons.
__________________
databomb is offline
snoopy174
Member
Join Date: May 2016
Old 05-29-2016 , 13:39   Re: Jailbreak Team Balance
Reply With Quote #10

please, check this plugin the problem is that when I try to raunt T throw it all over the CT and when the raunt begins throwing them back
snoopy174 is offline
Send a message via Skype™ to snoopy174
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 18:11.


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