Skip to content
New issue

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

[Addition] Show Prestrafe speed in CSD #593

Merged
merged 3 commits into from
Aug 26, 2023
Merged

Conversation

tslashd
Copy link
Member

@tslashd tslashd commented Aug 1, 2023

As per #592 .
Disappears after 2 seconds, works only when leaving Map or Bonus start zones

image

@tslashd tslashd mentioned this pull request Aug 1, 2023
4 tasks
addons/sourcemod/scripting/SurfTimer.sp Outdated Show resolved Hide resolved
{
if(IsValidClient(client) && IsClientInGame(client))
{
FormatEx(g_szPrespeedValue[client], sizeof(g_szPrespeedValue), "");
Copy link
Member

@Bara Bara Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here with g_szPrespeedValue[client][0] = '\0';

@Bara Bara merged commit d780a0a into surftimer:dev Aug 26, 2023
2 checks passed
@tslashd tslashd deleted the prestrafe-hud branch August 29, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants