A couple PropSpawner changes #5
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user