Skip to content

Commit

Permalink
Merge pull request photonle#130 from DatedGore/development
Browse files Browse the repository at this point in the history
Added CHP Bike Siren.
  • Loading branch information
JoshPiper authored Feb 11, 2020
2 parents 916a554 + 9402fce commit 9c3a945
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/autorun/photon/library/emv_sirens.lua
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ local sirenTable = {
{Name = "WAIL", Sound = "emv/sirens/chp/emv_wail.wav", Icon="wail"},
{Name = "YELP", Sound = "emv/sirens/chp/emv_yelp.wav", Icon="yelp"},
},
Horn = "emv/sirens/chp/emv_horn.wav",
},
[26] = {
Name = "SQ Zone",
Expand Down
13 changes: 13 additions & 0 deletions lua/autorun/photon/library/sirens/anemolis_chp_bike.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---Made by: anemolis72
if not EMVU then return end

EMVU.AddCustomSiren("chp_bike", {
Name = "Cal. Highway Patrol Bike Siren",
Category = "Other",
Set = {
{Name = "WAIL", Sound = "emv/sirens/chp bike/emv_wail.wav", Icon="wail"},
{Name = "YELP", Sound = "emv/sirens/chp bike/emv_yelp.wav", Icon="yelp"},
},
Horn = "emv/sirens/chp bike/emv_horn.wav",
Volume = 100
})
Binary file added sound/emv/sirens/chp bike/emv_horn.wav
Binary file not shown.
Binary file added sound/emv/sirens/chp bike/emv_wail.wav
Binary file not shown.
Binary file added sound/emv/sirens/chp bike/emv_yelp.wav
Binary file not shown.
Binary file added sound/emv/sirens/chp/emv_horn.wav
Binary file not shown.

0 comments on commit 9c3a945

Please sign in to comment.