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

Forward client_disconnected doesn't work


Post New Thread Reply   
 
Thread Tools Display Modes
FD_GODPL
AlliedModders Donor
Join Date: Jan 2013
Location: Lębork, Poland
Old 01-26-2016 , 16:25   Re: Forward client_disconnected doesn't work
Reply With Quote #21

For linux it is:
@_Z17PF_Cvar_DirectSetP6cvar_sPKc

For windows, I haven't searched yet.

Quote:
Originally Posted by JusTGo View Post
how to find signature
About finding signatures there are some useful articles/topics.
https://wiki.alliedmods.net/Signature_scanning
https://forums.alliedmods.net/showthread.php?t=118934
https://forums.alliedmods.net/showthread.php?t=147998
FD_GODPL is offline
coolmans
Member
Join Date: Sep 2009
Old 02-19-2016 , 00:33   Re: Forward client_disconnected doesn't work
Reply With Quote #22

same problem
I understand it is necessary to create a file gamedata / common.games / custom / functions.engine.tht
and replace it ???

Code:
"Games"
{
    "#default"
    {
        "Signatures"
        {
            "SV_DropClient" // void SV_DropClient(client_t *cl, qboolean crash, const char *fmt, ...);
            {
                "library"   "engine"
                "windows"   "\x55\x8B\x2A\x81\x2A\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x53\x56\x8D"
                "linux"     "@_Z13SV_DropClientP8client_siPKcz"
                "mac"       "@SV_DropClient"
            }
            "Cvar_DirectSet" // void Cvar_DirectSet(struct cvar_s *var, char *value);
            {
                "library"   "engine"
                "windows"   "\x55\x8B\x2A\x81\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x2A\x57\x8B\x2A\x2A\x85"
                "linux"     "@Cvar_DirectSet"
                "mac"       "@Cvar_DirectSet"
            }
        }
    }
}
coolmans is offline
coolmans
Member
Join Date: Sep 2009
Old 02-19-2016 , 00:37   Re: Forward client_disconnected doesn't work
Reply With Quote #23

how to fix the rest?
HTML Code:
L 03/30/2016 - 10:43:57: [AMXX] Parsed custom gamedata override file: common.games/custom/functions.engine.txt
L 03/30/2016 - 10:43:57: [CSTRIKE] BuyGunAmmo is not available
L 03/30/2016 - 10:43:57: [CSTRIKE] Some functions are not available - forwards CS_OnBuy[Attempt] have been disabled
L 03/30/2016 - 10:43:57: [CSTRIKE] svs global variable is not available
L 03/30/2016 - 10:43:57: [CSTRIKE] sv global variable is not available
L 03/30/2016 - 10:43:57: Binding/Hooking cvars have been disabled - check your gamedata files.

Last edited by coolmans; 03-30-2016 at 01:47.
coolmans is offline
Old 03-30-2016, 01:45
coolmans
This message has been deleted by coolmans.
coolmans
Member
Join Date: Sep 2009
Old 03-30-2016 , 02:01   Re: Forward client_disconnected doesn't work
Reply With Quote #24

answer here https://forums.alliedmods.net/showpo...7&postcount=29
coolmans 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 19:18.


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