Releases: inferno-collection/Pass-Alarm
Public Beta Version 1.32
Added additional checks to the Volume loop to ensure the client can actually detect the source player and their ped, when setting the volume of a pass alarm. There seems to be a rare 'bug' whereby the client attempts to fetch the source player via their server ID in the client script, then collects their pet as well, and somewhere in that process one of the native returns -1, which indicates that the fetch failed, however, because these natives were nested inside both a GetPlayerPed () and GetEntityCoords (), a -1 value is a valid argument for GetPlayerPed (), as it just returns the client's ped, the same as PlayerPedId(); thus the client is getting their own coordinates instead of that of the source player, causing them to hear Pass sounds at full volume, even if they are nowhere near the source player.
Also removed a testing print that was not intended for production from the volume loop.
Public Beta Version 1.31
Added:
- Ped Whitelist (optional).
- Pass Alarm Panic Button.
- Notifications, and the option to disable them.
Changed:
- Stage 2 can now only be disactivated via command.
Fixed:
- A bug where the disactivation sound played at full volume for all players on the server.
Removed:
- In vehicle checking, to make the loop more efficient.
Public Beta Version 1.2
Inferno Collection: Pass Alarm
Public Beta Version 1.2
The Pass Alarm resource adds the ability for players to enable a Pass Alarm on their person. While enabled, the Pass Alarm will sound an audible Alarm for all nearby players to hear, when a Firefighter stands still for too long. The resource is written in such a way that multiple players can have their Pass Alarms enabled at the same time, and when they can also go off at the same time as well.
Development Showcase Video
Download Link
https://github.com/inferno-collection/Pass-Alarm/releases
Pictures
Check out the Wiki for an installation guide, as well as to find out how to use the resource.
If you have any troubles, suggestions, feedback, etc, please check the Wiki and/or create a new issue on GitHub.
Thank you to our Alpha Testers, and their respective servers and players, for testing this resource:
- LurkingSpirit#8338
- Tom | DutchGamingsHD15#7193
- J. Hughesman#6922
- Ovist#9081
- FamalamJamalam#0001
- Beerasaurus - Rex#9371
- Trevor Cory#7451
The Inferno Collection Team
- @christopherm
- @Scott_UK
- @frozenn00b
Interested in keeping up-to-date with what we are working on? Check out our roadmap.


