Scripts/resources/[standalone]/xsound/config.lua

27 lines
737 B
Lua
Raw Permalink Normal View History

2024-12-29 20:02:43 +00:00
config = {}
-- How much ofter the player position is updated ?
config.RefreshTime = 300
-- default sound format for interact
config.interact_sound_file = "ogg"
-- is emulator enabled ?
config.interact_sound_enable = false
-- how much close player has to be to the sound before starting updating position ?
config.distanceBeforeUpdatingPos = 40
-- Message list
config.Messages = {
["streamer_on"] = "Streamermode slået til. Du vil ikke høre nogle lyde eller musik.",
["streamer_off"] = "Streamermode slået fra. Du vil nu høre lyde og musik igen.",
["no_permission"] = "Du har ikke tilladelse til at bruge denne command!",
}
-- Addon list
-- True/False enabled/disabled
config.AddonList = {
crewPhone = false,
}