Skip to content

Commit

Permalink
1.3.5 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MK99MA committed Mar 12, 2022
1 parent 7117809 commit 5f32795
Show file tree
Hide file tree
Showing 3 changed files with 4 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.
6 changes: 4 additions & 2 deletions addons/sourcemod/scripting/soccer_mod/modules/match.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1684,11 +1684,13 @@ public Action MatchPeriodTimer(Handle timer, any time)
case 1:
{
PrintCenterTextAll("Overtime!");
PlaySound("ui/achievement_earned.wav");
//PlaySound("ui/achievement_earned.wav");
PlaySound("buttons/bell1.wav");
}
case 2:
{
PlaySound("ui/achievement_earned.wav");
//PlaySound("ui/achievement_earned.wav");
PlaySound("buttons/bell1.wav");
}
case 3:
{
Expand Down

0 comments on commit 5f32795

Please sign in to comment.