Skip to content

Commit

Permalink
1.3.5 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
MK99MA committed Mar 12, 2022
1 parent 5f32795 commit 4969e6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified addons/sourcemod/plugins/old/1.3.5/soccer_mod.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/soccer_mod.smx
Binary file not shown.
4 changes: 2 additions & 2 deletions addons/sourcemod/scripting/soccer_mod/modules/match.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1685,12 +1685,12 @@ public Action MatchPeriodTimer(Handle timer, any time)
{
PrintCenterTextAll("Overtime!");
//PlaySound("ui/achievement_earned.wav");
PlaySound("buttons/bell1.wav");
PlaySound("buttons/button17.wav");
}
case 2:
{
//PlaySound("ui/achievement_earned.wav");
PlaySound("buttons/bell1.wav");
PlaySound("buttons/button17.wav");
}
case 3:
{
Expand Down

0 comments on commit 4969e6e

Please sign in to comment.