mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
SV_DropClient & Cvar_DirectSet signatures update
This commit is contained in:
parent
27f451a868
commit
083c2d344f
@ -18,14 +18,14 @@
|
||||
"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"
|
||||
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\xFC\x56\x57\x8B\x7D\x08\x8D\x45\x14"
|
||||
"linux" "@SV_DropClient"
|
||||
"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"
|
||||
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\xFC\x56\x8B\x75\x0C\x57\x8B\x7D\x08"
|
||||
"linux" "@Cvar_DirectSet"
|
||||
"mac" "@Cvar_DirectSet"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user