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
Ownkruid
Senior Member
Join Date: Nov 2013
Old 09-27-2015 , 19:38   Re: CSGO glitch from the latest update 9-3-2015
#61

I'm still looking for a fix.
__________________




Ownkruid is offline
Caaine
Member
Join Date: Oct 2013
Old 10-01-2015 , 22:30   Re: CSGO glitch from the latest update 9-3-2015
#62

its fixxed for me

jayyy 29 Days volvo pls

Last edited by Caaine; 10-02-2015 at 04:32.
Caaine is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 10-02-2015 , 02:42   Re: CSGO glitch from the latest update 9-3-2015
#63

so the respawn and bot bug is fixed now?
asdfxD is offline
Schpraaankiii
Veteran Member
Join Date: Dec 2009
Location: Sweden Norrköping
Old 10-02-2015 , 03:40   Re: CSGO glitch from the latest update 9-3-2015
#64

Quote:
Originally Posted by asdfxD View Post
so the respawn and bot bug is fixed now?
There's nothing in the changelog about this issue being fixed..
__________________
CAOSK-ESPORTS.COM
Schpraaankiii is offline
Send a message via Skype™ to Schpraaankiii
asdfxD
Veteran Member
Join Date: Apr 2011
Old 10-02-2015 , 03:42   Re: CSGO glitch from the latest update 9-3-2015
#65

Quote:
Originally Posted by Schpraaankiii View Post
There's nothing in the changelog about this issue being fixed..
yup, but it seems fixed for me too. respawn works and no auto bot adding.

edit: respawn fixed, bot issues not.

Last edited by asdfxD; 10-02-2015 at 06:28.
asdfxD is offline
nhnkl159
Senior Member
Join Date: Jul 2012
Location: Israel 3>
Old 10-02-2015 , 03:58   Re: CSGO glitch from the latest update 9-3-2015
#66

Its seems fixed
__________________
nhnkl159 is offline
Send a message via Skype™ to nhnkl159
VIDEN
Member
Join Date: Jul 2008
Old 10-03-2015 , 05:05   Re: CSGO glitch from the latest update 9-3-2015
#67

Quote:
Originally Posted by nhnkl159 View Post
Its seems fixed
Yes for me to. : P
__________________
VIDEN is offline
away000
Veteran Member
Join Date: Sep 2010
Old 01-03-2016 , 21:52   Re: CSGO glitch from the latest update 9-3-2015
#68

Quote:
Originally Posted by Dr!fter View Post
I tested this one more heavily. This one should also fix most dm plugins as it now fakes the joinclass command. Which is no longer called.

PHP Code:
#include <sourcemod>
#include <sdktools>

public OnPluginStart()
{
    
AddCommandListener(JoinTeam"jointeam");
    
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);
}

public 
Action:JoinTeam(client, const String:command[], args)
{
    
ClientCommand(client"joinclass");

It worked really fine for me, thanks Drifter.
__________________
away000 is offline
rokfestr
Member
Join Date: Apr 2011
Old 08-07-2016 , 05:11   Re: CSGO glitch from the latest update 9-3-2015
#69

Quote:
L 08/07/2016 - 11:41:41: [SM] Blaming: jointeam.smx()
L 08/07/2016 - 11:41:41: [SM] Call stack trace:
L 08/07/2016 - 11:41:41: [SM] [0] SetEntProp
L 08/07/2016 - 11:41:41: [SM] [1] Line 14, jointeam.sp::TeamChangePending()
L 08/07/2016 - 11:41:41: [SM] [3] FakeClientCommand
L 08/07/2016 - 11:41:41: [SM] [4] Line 112, /home/forums/content/files/2/1/8/8/1/2/123571.attach::AutoJoin1()
L 08/07/2016 - 11:426: [SM] Exception reported: Property "m_iTeam" not found (entity 4/player)
rokfestr is offline
rokfestr
Member
Join Date: Apr 2011
Old 08-07-2016 , 09:00   Re: CSGO glitch from the latest update 9-3-2015
#70

https://forums.alliedmods.net/showpo...7&postcount=23
rokfestr 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 08:52.


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