Skip to content

Commit

Permalink
Merge pull request #20 from Sonoran-Software/3.0.7-dev
Browse files Browse the repository at this point in the history
3.0.7 Add keybind for /panic
  • Loading branch information
Fireant456 authored Dec 23, 2024
2 parents 2fc9a0d + c45f3fc commit 64c06ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonorancad/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ games {'gta5'}

author 'Sonoran CAD'
description 'Sonoran CAD FiveM Integration'
version '3.0.6'
version '3.0.7'

server_scripts {
'core/http.js'
Expand Down
1 change: 1 addition & 0 deletions sonorancad/submodules/callcommands/cl_callcommands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if pluginConfig.enabled then
end
if pluginConfig.enablePanic then
TriggerEvent('chat:addSuggestion', '/panic', 'Sends a panic signal to your SonoranCAD')
RegisterKeyMapping('panic', 'Panic Button', 'keyboard', '')
end
end)
end
Expand Down
2 changes: 1 addition & 1 deletion sonorancad/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"resource": "3.0.6",
"resource": "3.0.7",
"testedFxServerVersion": "5932",
"submoduleConfigs": {
"callcommands": {
Expand Down

0 comments on commit 64c06ff

Please sign in to comment.