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

[TF2/CSGO] No spectator list for cheats


Post New Thread Reply   
 
Thread Tools Display Modes
Inopt
Junior Member
Join Date: Jul 2017
Location: ¯\_(ツ)_/¯
Old 01-08-2019 , 08:10   Re: [TF2/CSGO] No spectator list for cheats
Reply With Quote #21

Quote:
Originally Posted by uraganas View Post
They can't connect to same session in mapchange progress. a little show will help to understand.

SERVER:

<Matchend> <init mapchange> <serverreloads to a map> <sends querry to join> <Matchstart>

CLIENT
<Matchend> <init mapchange> <serverreloads to a map> FAILS <sends querry to join> <Matchstart>

Red is marked when people loose session connection. If they reconnect everything is fine.
Seems like there was an error in CGameClient::ShouldSendMessages detour. Updated sendproxy extension, tested it in tf2 and there it's works fine, check first post and download new build of extension please, I think this should fix the problem in csgo too.

Please, report here if problem will not solved.
__________________

Last edited by Inopt; 01-09-2019 at 05:30.
Inopt is offline
uraganas
Member
Join Date: Feb 2016
Location: Lithuania
Old 01-09-2019 , 12:33   Re: [TF2/CSGO] No spectator list for cheats
Reply With Quote #22

Quote:
Originally Posted by Inopt View Post
Seems like there was an error in CGameClient::ShouldSendMessages detour. Updated sendproxy extension, tested it in tf2 and there it's works fine, check first post and download new build of extension please, I think this should fix the problem in csgo too.

Please, report here if problem will not solved.
Nope. Problem still persits.
uraganas is offline
napster_10
Senior Member
Join Date: May 2016
Old 01-09-2019 , 13:06   Re: [TF2/CSGO] No spectator list for cheats
Reply With Quote #23

Quote:
Originally Posted by hoycieto View Post
Is possible to add option which will hide only admins joining to spectators? I think about cvar.
..can you hide GOTV aswell..when its recording?!

so cheater will only see if normal people are spectating when they died so they think everything gucci and they can do their legit moves

Last edited by napster_10; 01-09-2019 at 13:07.
napster_10 is offline
Inopt
Junior Member
Join Date: Jul 2017
Location: ¯\_(ツ)_/¯
Old 01-15-2019 , 02:36   Re: [TF2/CSGO] No spectator list for cheats
Reply With Quote #24

Sorry for so long reply, I'm now in hospital and after surgery operation couldn't reply for some time.

> can you hide GOTV aswell..when its recording?!

GOTV isn't a valid client, so, sendproxy extension don't calls forward for this, I made there some restrictions for this for some reason.

> Nope. Problem still persits.

Seems like there some problems with IClient interface, so, in tf2 I fixed this by UserID comparing, but in csgo UserID comparing is needless and I removed it, to be honest I don't know why problem still persits for you.
I asked some my friend to test this before I was hospitalized and he said everything is working...
Did you update extension benaries to last version? If not, update please, otherwise you can see code below, I really don't know why problem not solved for you...

PHP Code:
if (g_bCallingForNullClients)
{
    
IClient pClient = (IClient *)((char *)this 4);
#if SOURCE_ENGINE == SE_TF2
    //don't remove this code
    
int iUserID pClient->GetUserID();
    
IGamePlayer pPlayer playerhelpers->GetGamePlayer(pClient->GetPlayerSlot() + 1);
    if (
pPlayer->GetUserId() != iUserID//if so, there something went wrong, check this now!
#endif
    
{
        if (
pClient->IsHLTV()
#if SOURCE_ENGINE == SE_TF2
        
|| pClient->IsReplay()
#endif
        
|| (pClient->IsConnected() && !pClient->IsActive()))
            return 
true//Also we need to allow connect for inactivated clients, sourcetv & replay
    
}
    return 
false;

__________________

Last edited by Inopt; 01-15-2019 at 04:54. Reason: Added code
Inopt is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 01-16-2019 , 22:28   Re: [TF2/CSGO] No spectator list for cheats
Reply With Quote #25

sendproxy extension make my csgo server (windows) crash instantly ... why ?
__________________

Last edited by nguyenbaodanh; 01-16-2019 at 22:29.
nguyenbaodanh is offline
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 05:29.


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