A couple PropSpawner changes #5

Open
Irineu wants to merge 7 commits from Irineu/sm-plugins:master into master
Showing only changes of commit 5a17a5e96b - Show all commits
+1 -1
View File
@@ -792,7 +792,7 @@ void DisplayNotifyList()
StrCat(text, sizeof(text), "\n"); 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++) for (int i = 1; i <= MaxClients; i++)
{ {
if (IsClientInGame(i)) if (IsClientInGame(i))