We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enginecallback.h is missing #define GETPLAYERAUTHID (*g_engfuncs.pfnGetPlayerAuthId) See https://github.com/alliedmodders/hlsdk/blob/master/dlls/enginecallback.h
#define GETPLAYERAUTHID (*g_engfuncs.pfnGetPlayerAuthId)
The current define #define GETPLAYERWONID (*g_engfuncs.pfnGetPlayerWONId) is not up to date anymore.
#define GETPLAYERWONID (*g_engfuncs.pfnGetPlayerWONId)
The text was updated successfully, but these errors were encountered:
Hm, well-spotted - probably the hlsdk directory should just be a submodule to https://github.com/ValveSoftware/halflife
Shouldn't cause a problem anyway as the name of the function doesn't matter - just the signature.
Sorry, something went wrong.
No branches or pull requests
enginecallback.h is missing
#define GETPLAYERAUTHID (*g_engfuncs.pfnGetPlayerAuthId)
See https://github.com/alliedmodders/hlsdk/blob/master/dlls/enginecallback.h
The current define
#define GETPLAYERWONID (*g_engfuncs.pfnGetPlayerWONId)
is not up to date anymore.The text was updated successfully, but these errors were encountered: