Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WAPOL Siren 1.0.5

(0 reviews)

1 Screenshot

Hello, Thank you for downloading my first GTA V Siren! This resource is intended for my Western Australian based FiveM Roleplay server members, I do intend to update it in future, as this is just a base version for now, it's far from perfect. But it allows members to have a WAPOL siren, If I get enough activity on this, I'll work to bring out a new version sooner!

This resource is a simple drag and drop RESIDENT file to replace to the stock GTA5 Siren sounds with Western Australia Police Force Sirens

v1.0.5 is now available!
Now featuring new sirens for;

- WAPOL
- DFES
- SJA
- Blank siren for security, RAC, SES, etc.

Below is a snippet from my Luxart Vehicle Controller SIRENS.lua as a reference for your own setup.

SIRENS = {	
	--[[1]]	  { Name = 'Airhorn', 		String = 'SIRENS_AIRHORN', 								Ref = 0 }, --1 WAPOL Horn
	--[[2]]	  { Name = 'Wail', 			String = 'VEHICLES_HORNS_SIREN_1', 						Ref = 0 }, --2 WAPOL Wail
	--[[3]]	  { Name = 'Yelp', 			String = 'VEHICLES_HORNS_SIREN_2', 						Ref = 0 }, --3 WAPOL Hilo
	--[[4]]	  { Name = 'Priority', 		String = 'VEHICLES_HORNS_POLICE_WARNING', 				Ref = 0 }, --4 WAPOL Prio
	--[[5]]	  { Name = 'CustomA', 		String = 'RESIDENT_VEHICLES_SIREN_WAIL_01', 			Ref = 0 }, --5 AMBO WAIL
	--[[6]]	  { Name = 'CustomB', 		String = 'RESIDENT_VEHICLES_SIREN_WAIL_02', 			Ref = 0 }, --6
	--[[7]]	  { Name = 'CustomC', 		String = 'RESIDENT_VEHICLES_SIREN_WAIL_03', 			Ref = 0 }, --7
	--[[8]]	  { Name = 'CustomD', 		String = 'RESIDENT_VEHICLES_SIREN_QUICK_01', 			Ref = 0 }, --8 AMBO Hilo
	--[[9]]	  { Name = 'CustomE',		String = 'RESIDENT_VEHICLES_SIREN_QUICK_02',			Ref = 0 }, --9
	--[[10]]  { Name = 'CustomF',		String = 'RESIDENT_VEHICLES_SIREN_QUICK_03', 			Ref = 0 }, --10 BLANK Audio
	--[[11]]  { Name = 'Powercall', 	String = 'VEHICLES_HORNS_AMBULANCE_WARNING', 			Ref = 0 }, --11 AMBO Prio
	--[[12]]  { Name = 'Fire Horn', 	String = 'VEHICLES_HORNS_FIRETRUCK_WARNING', 			Ref = 0 }, --12 DFES Horn
	--[[13]]  { Name = 'Fire Yelp', 	String = 'RESIDENT_VEHICLES_SIREN_FIRETRUCK_WAIL_01', 	Ref = 0 }, --13 DFES Wail
	--[[14]]  { Name = 'Fire Wail', 	String = 'RESIDENT_VEHICLES_SIREN_FIRETRUCK_QUICK_01', 	Ref = 0 }, --14 DFES Hilo       
}


Currently SJA (St John) Siren requires some work, hence why I am not considering this a true 1.1.0 update.
Any assistance with those audio samples would phenomenal!
 
I do plan to include a demo video upon final release!

Link to WestAusRP discord
https://discord.gg/duGgjES

Edited by YGWORKS
added tags

What's New in Version 1.0.5

Released

v1.0.5 is now available!
Now featuring new sirens for;

- WAPOL
- DFES
- SJA

- Blank siren for security, RAC, SES, etc. (If you can't be bothered to change it properly in metas)

Below is a snippet from my Luxart Vehicle Controller SIRENS.lua as a reference for your own setup.
[DEVELOPER ONLY] - Regular players do not need to worry about this

SIRENS = { --[[1]] { Name = 'Airhorn', String = 'SIRENS_AIRHORN', Ref = 0 }, --1 WAPOL Horn --[[2]] { Name = 'Wail', String = 'VEHICLES_HORNS_SIREN_1', Ref = 0 }, --2 WAPOL Wail --[[3]] { Name = 'Yelp', String = 'VEHICLES_HORNS_SIREN_2', Ref = 0 }, --3 WAPOL Hilo --[[4]] { Name = 'Priority', String = 'VEHICLES_HORNS_POLICE_WARNING', Ref = 0 }, --4 WAPOL Prio --[[5]] { Name = 'CustomA', String = 'RESIDENT_VEHICLES_SIREN_WAIL_01', Ref = 0 }, --5 AMBO WAIL --[[6]] { Name = 'CustomB', String = 'RESIDENT_VEHICLES_SIREN_WAIL_02', Ref = 0 }, --6 --[[7]] { Name = 'CustomC', String = 'RESIDENT_VEHICLES_SIREN_WAIL_03', Ref = 0 }, --7 --[[8]] { Name = 'CustomD', String = 'RESIDENT_VEHICLES_SIREN_QUICK_01', Ref = 0 }, --8 AMBO Hilo --[[9]] { Name = 'CustomE', String = 'RESIDENT_VEHICLES_SIREN_QUICK_02', Ref = 0 }, --9 --[[10]] { Name = 'CustomF', String = 'RESIDENT_VEHICLES_SIREN_QUICK_03', Ref = 0 }, --10 BLANK Audio --[[11]] { Name = 'Powercall', String = 'VEHICLES_HORNS_AMBULANCE_WARNING', Ref = 0 }, --11 AMBO Prio --[[12]] { Name = 'Fire Horn', String = 'VEHICLES_HORNS_FIRETRUCK_WARNING', Ref = 0 }, --12 DFES Horn --[[13]] { Name = 'Fire Yelp', String = 'RESIDENT_VEHICLES_SIREN_FIRETRUCK_WAIL_01', Ref = 0 }, --13 DFES Wail --[[14]] { Name = 'Fire Wail', String = 'RESIDENT_VEHICLES_SIREN_FIRETRUCK_QUICK_01', Ref = 0 }, --14 DFES Hilo }

Currently SJA (St John) Siren requires some work, hence why I am not considering this a true 1.1.0 update.

Any assistance with those audio samples would phenomenal!

 

I do plan to include a demo video upon final release!

Link to WestAusRP discord
https://discord.gg/duGgjES


Short Description

Western Australia Siren

User Feedback

Recommended Comments

LEEHAM1122

Members

Demo?

YGWORKS

Members Author

12 hours ago, LEEHAM1122 said:

Demo?

Update planned very soon, I will make sure to post a demo video then!

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.