AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Team Limit Bypass (https://forums.alliedmods.net/showthread.php?t=219812)

Zephyrus 07-03-2013 02:10

[CS:GO] Team Limit Bypass
 
1 Attachment(s)
Description:
This plugin removes the "Team is full" message that appears when a team has as many players as the half of the max players, letting anyone join whatever team they want as long as there are enough spawn points on the map.

Changelog:
v1.1 - https://forums.alliedmods.net/showpo...72&postcount=3
v1.0 - Initial release

Developer notes:
Why hasn't anyone come up with such yet? Seriously.

PresidentEvil 07-03-2013 04:14

Re: [CS:GO] Team Limit Bypass
 
I can confirm its working

:bacon!::bacon!::bacon!::bacon!::bacon!::baco n!:*4 u

KyleS 07-03-2013 07:38

Re: [CS:GO] Team Limit Bypass
 
Cool! Way to take advantage of the new events in CS:GO!

Two Things: In Command_JoinTeam you don't check argc, or the return of GetCmdArg. Your team counts start at -1, so when your while loops fire, if only one spawn point is found, they'd show 0. Just things, but heh! It's a pretty simple plugin ;)

Zephyrus 07-03-2013 11:03

Re: [CS:GO] Team Limit Bypass
 
Quote:

Originally Posted by KyleS (Post 1982472)
Cool! Way to take advantage of the new events in CS:GO!

Two Things: In Command_JoinTeam you don't check argc, or the return of GetCmdArg. Your team counts start at -1, so when your while loops fire, if only one spawn point is found, they'd show 0. Just things, but heh! It's a pretty simple plugin ;)

PHP Code:

{
    if(!
argc || !client || !IsClientInGame(client))
        return 
Plugin_Continue

i check if argc is zero and bail out if it is :P the -1 thing is true,i meant that to indicate if the counting code hasnt run yet and forgot to reset it to 0 there lmao, thanks

Root_ 07-03-2013 16:59

Re: [CS:GO] Team Limit Bypass
 
GJ Zephyrus! :up:
I already made something liek that, but it not as good as your method... keep up good work

ph 07-04-2013 14:06

Re: [CS:GO] Team Limit Bypass
 
Installed, thank you.

hamilton5 09-16-2013 22:20

Re: [CS:GO] Team Limit Bypass
 
plugin game listed as Any!? :)

ENAK3 01-02-2014 15:22

Re: [CS:GO] Team Limit Bypass
 
You are the man.

Crallebab 01-11-2014 18:49

Re: [CS:GO] Team Limit Bypass
 
After i installed this there is a bug where one can join the wrong team.
It is on a map with only one team.
can this be fixed? :)

stay.pista 02-08-2014 08:55

Re: [CS:GO] Team Limit Bypass
 
Zephy is my savior :D
LLL Zephy LLL


All times are GMT -4. The time now is 08:56.

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