Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3216a8b

Browse files
authored
fix: bodycam toggle frequency
1 parent96cabdf commit3216a8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎sonorancad/fxmanifest.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ games {'gta5'}
33

44
author'Sonoran CAD'
55
description'Sonoran CAD FiveM Integration'
6-
version'3.2.12'
6+
version'3.2.13'
77

88
server_scripts {
99
'core/http.js'

‎sonorancad/submodules/bodycam/cl_bodycam.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ CreateThread(function()
6969
RegisterKeyMapping('SonoranCAD::bodycam::Keybind',"Toggle BodyCam","keyboard",pluginConfig.defaultKeybind)
7070
CreateThread(function()
7171
whilepluginConfig.autoEnableWithWeaponsdo
72-
Wait(1)
72+
Wait(200)
7373
localped=PlayerPedId()
7474
localweapon=GetSelectedPedWeapon(ped)
7575
ifnotbodyCamOnandpluginConfig.weaponsthen
@@ -85,7 +85,7 @@ CreateThread(function()
8585

8686
CreateThread(function()
8787
whilepluginConfig.autoEnableWithLightsdo
88-
Wait(1)
88+
Wait(200)
8989
localped=PlayerPedId()
9090
localveh=GetVehiclePedIsIn(ped,false)
9191
-- Only check if player is in a vehicle and is the driver

‎sonorancad/version.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"resource":"3.2.12",
2+
"resource":"3.2.13",
33
"testedFxServerVersion":"5932",
44
"submoduleConfigs": {
55
"bodycam": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp