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
Diff in frozen.sp:
frozen.sp
@@ -116,7 +116,7 @@ void Frozen_ApplyPerk(const int client, const Perk perk) // on a better frame. 0.2s from initialization seems like a good time. Cache[client].Delay(0.2, Frozen_ApplyPost); - char sClientModel[64], sValueBuffer[8]; + char sClientModel[PLATFORM_MAX_PATH], sValueBuffer[8]; float fPos[3], fAng[3]; GetClientAbsOrigin(client, fPos); GetClientAbsAngles(client, fAng);
The text was updated successfully, but these errors were encountered:
Use correct buffer size for client model path (#115)
6297e32
Fixed in 2.5.5, thanks for spotting this.
Sorry, something went wrong.
No branches or pull requests
Diff in
frozen.sp
:The text was updated successfully, but these errors were encountered: