Skip to content

Commit

Permalink
math is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopied committed Jul 7, 2024
1 parent 61d7f42 commit 4174b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/sourcemod/scripting/freak_fortress_2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1142,9 +1142,9 @@ public Action OnRoundStart(Event event, const char[] name, bool dontBroadcast)
}
}

CreateTimer((tf_arena_preround_time - 10.0) + 3.5, StartResponseTimer, _, TIMER_FLAG_NO_MAPCHANGE);
CreateTimer((tf_arena_preround_time - 10.0) + 9.1, StartBossTimer, _, TIMER_FLAG_NO_MAPCHANGE);
CreateTimer((tf_arena_preround_time - 10.0) + 9.6, MessageTimer, _, TIMER_FLAG_NO_MAPCHANGE);
CreateTimer(tf_arena_preround_time - 6.5, StartResponseTimer, _, TIMER_FLAG_NO_MAPCHANGE);
CreateTimer(tf_arena_preround_time - 0.9, StartBossTimer, _, TIMER_FLAG_NO_MAPCHANGE);
CreateTimer(tf_arena_preround_time - 0.4, MessageTimer, _, TIMER_FLAG_NO_MAPCHANGE);

for(int entity=MaxClients+1; entity<MAXENTITIES; entity++)
{
Expand Down

0 comments on commit 4174b5b

Please sign in to comment.