mirror of
https://github.com/ChronosX88/mta-ptp.git
synced 2024-11-22 02:12:21 +00:00
Disable gunfire ambient sound
This commit is contained in:
parent
3fcd023107
commit
d931c733ab
@ -135,6 +135,7 @@ local function selectTeamAndSpawn(team, skin)
|
|||||||
end
|
end
|
||||||
|
|
||||||
addEventHandler("onClientResourceStart", resourceRoot, function()
|
addEventHandler("onClientResourceStart", resourceRoot, function()
|
||||||
|
setAmbientSoundEnabled("gunfire", false)
|
||||||
skinSelectionMenu = SkinSelectionMenu()
|
skinSelectionMenu = SkinSelectionMenu()
|
||||||
skinSelectionMenu:showSkinSelectionButtons()
|
skinSelectionMenu:showSkinSelectionButtons()
|
||||||
skinSelectionMenu._showLabels = function()
|
skinSelectionMenu._showLabels = function()
|
||||||
|
Loading…
Reference in New Issue
Block a user