From 5a17a5e96be1b3203b644d1aea34e83f4a630f52 Mon Sep 17 00:00:00 2001 From: Irineu Date: Sat, 12 Sep 2026 23:33:49 -0300 Subject: [PATCH] PropSpawner: Fixed the notify list hud changing position depending on how many lines it has, and moved it up a little bit too --- PropSpawner/scripting/PropSpawner.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PropSpawner/scripting/PropSpawner.sp b/PropSpawner/scripting/PropSpawner.sp index 07912bc..42fcfa1 100644 --- a/PropSpawner/scripting/PropSpawner.sp +++ b/PropSpawner/scripting/PropSpawner.sp @@ -792,7 +792,7 @@ void DisplayNotifyList() StrCat(text, sizeof(text), "\n"); } - SetHudTextParams(0.8, -1.0, g_cvNotifyTimer.FloatValue, 255, 255, 255, 255, 0, 0.0, 0.0, 0.0); + SetHudTextParams(0.8, 0.2, g_cvNotifyTimer.FloatValue, 255, 255, 255, 255, 0, 0.0, 0.0, 0.0); for (int i = 1; i <= MaxClients; i++) { if (IsClientInGame(i))