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

CSGO glitch from the latest update 9-3-2015


Post New Thread Closed Thread   
 
Thread Tools Display Modes
VPPGamingNetwork
Veteran Member
Join Date: Sep 2012
Location: Japan
Old 09-04-2015 , 18:08   Re: CSGO glitch from the latest update 9-3-2015
#21

I don't think valve give a shit about us anymore. Community servers get fuck up is a + for them because more people will play on their official servers
__________________

We provide MOTD Ads
Net 1 payments
Visit us
VPPGamingNetwork is offline
JungleJim
Junior Member
Join Date: Jul 2015
Old 09-04-2015 , 19:50   Re: CSGO glitch from the latest update 9-3-2015
#22

Quote:
Originally Posted by Krotis View Post
this is weird, Im jusing linux.
I spawn fine on my surf and jailbreak server but my minigame is totaly fucked up, anyone got a solution yet?
I just set bot_quota to 1 and it fixed spawn on some maps. Some are still messed up though.
JungleJim is offline
Zeddy_god
Senior Member
Join Date: May 2015
Location: Mumbai, India
Old 09-04-2015 , 20:34   Re: CSGO glitch from the latest update 9-3-2015
#23

https://forums.alliedmods.net/showthread.php?t=271031
That plugin should temporarily fix it.
Zeddy_god is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 09-05-2015 , 13:12   Re: CSGO glitch from the latest update 9-3-2015
#24

finally i got the same shit now. how can i fix the fucking bot adds?? i get 20-25 bots after some minutes and no players can join.

i have bot_quota 0 and the tempfix.

both deathmatch servers, awp_lego_2 and aim_redline.

Last edited by asdfxD; 09-05-2015 at 13:13.
asdfxD is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 09-05-2015 , 13:15   Re: CSGO glitch from the latest update 9-3-2015
#25

Quote:
Originally Posted by asdfxD View Post
finally i got the same shit now. how can i fix the fucking bot adds?? i get 20-25 bots after some minutes and no players can join.

i have bot_quota 0 and the tempfix.

both deathmatch servers, awp_lego_2 and aim_redline.
-nobots to startup line or use plugin, you can definetly find one by searching. I had used some plugin when I didn't knew about -nobots

Last edited by iGANGNAM; 09-05-2015 at 13:16.
iGANGNAM is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 09-05-2015 , 13:34   Re: CSGO glitch from the latest update 9-3-2015
#26

Quote:
Originally Posted by iGANGNAM View Post
-nobots to startup line or use plugin, you can definetly find one by searching. I had used some plugin when I didn't knew about -nobots
thanks using this now https://forums.alliedmods.net/showthread.php?t=237004

always these double bots 2x Dean etc, all double. hope valve roll out a fix soon omg.
asdfxD is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-05-2015 , 16:03   Re: CSGO glitch from the latest update 9-3-2015
#27

After a few minutes of testing. It appears that players that wont spawn after joining mid round don't actually get put on the team till the end of that round. Which results in not being able to spawn them since they are still technically a spectator. At least that is what I saw when testing.
Dr!fter is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 09-05-2015 , 20:53   Re: CSGO glitch from the latest update 9-3-2015
#28

Quote:
Originally Posted by Dr!fter View Post
After a few minutes of testing. It appears that players that wont spawn after joining mid round don't actually get put on the team till the end of that round. Which results in not being able to spawn them since they are still technically a spectator. At least that is what I saw when testing.
Can confirm, also happening in my MG server and completely breaks maps where auto respawn isn't enabled in.
__________________
retired
shavit is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-05-2015 , 22:53   Re: CSGO glitch from the latest update 9-3-2015
#29

This appears to fix it.

PHP Code:
#include <sourcemod>

public OnPluginStart()
{
    
HookEvent("teamchange_pending"TeamChangePendingEventHookMode_Pre);
}

public 
Action:TeamChangePending(Handle:event, const String:name[], bool:bDontBroadcast)
{
    new 
client GetClientOfUserId(GetEventInt(event"userid"));
    new 
team GetEventInt(event"toteam");
    
SetEntProp(clientProp_Send"m_iTeam"team);


Last edited by Dr!fter; 09-06-2015 at 09:26.
Dr!fter is offline
Furchee
Member
Join Date: Aug 2010
Old 09-05-2015 , 23:08   Re: CSGO glitch from the latest update 9-3-2015
#30

Quote:
Originally Posted by Dr!fter View Post
This appears to fix it.

PHP Code:
#include <sourcemod>

public OnPluginStart()
{
    
HookEvent("teamchange_pending"TeamChangePendingEventHookMode_Pre);
}

public 
Action:TeamChangePending(Handle:event, const String:name[], bool:bDontBroadcast)
{
    new 
client GetEventInt(event"userid");
    new 
team GetEventInt(event"toteam");
    
SetEntProp(clientProp_Send"m_iTeam"team);

Confirmed to be working. The other plugin did not though.
Those who are too lazy to compile can grab it here.
Furchee is offline
Closed Thread



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:08.


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