Lua:AddHudTimerToAll
From Fortress Forever Wiki
Jump to navigationJump to search
AddHudTimerToAllPuts a countdown timer on the screens of all players. UsageAddHudTimerToAll(huditemname, timer, interval, x, y, align) AddHudTimerToAll(huditemname, timername, x, y ) AddHudTimerToAll(huditemname, timername, x, y, align ) AddHudTimerToAll(huditemname, timername, x, y, alignx, aligny ) Input
OR:
OutputReturns noting ExampleAddHudTimerToAll("timer", 300, -1, 0, 70, 4)NoteThe timer is strictly a visual aid. To time actual game events, Use the Scheduling System |