@jtff/miztemplate-lib 3.5.4 → 3.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ function detectShitHotBreak(objAirboss)
20
20
  local player_alt_feet = UTILS.MetersToFeet(MooseClient:GetAltitude())
21
21
  --trigger.action.outText('ForEachClientInZone: MooseClient name is '..player_name , 5)
22
22
 
23
- local Play_SH_Sound = USERSOUND:New( soundFilesPrefix .. "AIRBOSS/Airboss Soundfiles/GreatBallsOfFire.ogg" )
23
+ --local Play_SH_Sound = USERSOUND:New( soundFilesPrefix .. "AIRBOSS/Airboss Soundfiles/GreatBallsOfFire.ogg" )
24
24
  --trigger.action.outText(player_name..' altitude is '..player_alt_feet..' feet', 5)
25
25
  --trigger.action.outText(player_name..' speed is '..player_velocity, 5)
26
26
  local client_in_zone_flag = USERFLAG:New(MooseClient:GetUCID())
@@ -1349,7 +1349,7 @@ for index, airbossconfig in ipairs(AirBossConfig) do
1349
1349
  --if string_grade == "_OK_" and player_wire == "3" and player_Tgroove >=15 and player_Tgroove <19 then
1350
1350
  timer.scheduleFunction(
1351
1351
  function()
1352
- trigger.action.outSound("AIRBOSS/Airboss Soundfiles/ffyrtp.ogg")
1352
+ --trigger.action.outSound("AIRBOSS/Airboss Soundfiles/ffyrtp.ogg")
1353
1353
  end,
1354
1354
  {},
1355
1355
  timer.getTime() + 5
@@ -1364,7 +1364,7 @@ for index, airbossconfig in ipairs(AirBossConfig) do
1364
1364
  end
1365
1365
  timer.scheduleFunction(
1366
1366
  function()
1367
- trigger.action.outSound("AIRBOSS/Airboss Soundfiles/sureshot.ogg")
1367
+ --trigger.action.outSound("AIRBOSS/Airboss Soundfiles/sureshot.ogg")
1368
1368
  end,
1369
1369
  {},
1370
1370
  timer.getTime() + 5
@@ -1417,7 +1417,7 @@ for index, airbossconfig in ipairs(AirBossConfig) do
1417
1417
  })
1418
1418
  timer.scheduleFunction(
1419
1419
  function()
1420
- trigger.action.outSound("AIRBOSS/Airboss Soundfiles/GetYourButtsUptoVipersOffice.ogg")
1420
+ --trigger.action.outSound("AIRBOSS/Airboss Soundfiles/GetYourButtsUptoVipersOffice.ogg")
1421
1421
  end,
1422
1422
  {},
1423
1423
  timer.getTime() + 5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.5.4",
3
+ "version": "3.5.5",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [