Skip to content

Commit

Permalink
Update jse_foresight.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
LapplandBro committed Sep 3, 2023
1 parent 0bdfe6b commit 5157942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/jse_foresight.sp
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ public Action OnPlayerRunCmd(int iClient, int &iButtons, int &iImpulse, float ve

if (GetGameTickCount() % 33 == 0) {
if (fStartTime) {
PrintHintText(iClient, "Press %s to exit foresight (%.0f)", "%+attack%", fTimeLeft);
PrintHintText(iClient, "Нажмите %s чтобы выключить свободный полет (%.0f)", "%+attack%", fTimeLeft);
} else {
PrintHintText(iClient, "Press %s to exit foresight", "%+attack%");
PrintHintText(iClient, "Нажмите %s чтобы выйти из режиаа свободного полета", "%+attack%");
}

StopSound(iClient, SNDCHAN_STATIC, "ui/hint.wav");
Expand Down

0 comments on commit 5157942

Please sign in to comment.