Initial commit

This commit is contained in:
Jacob
2021-12-03 01:05:09 +00:00
commit c1add166a1
3511 changed files with 463300 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
--[[
Nuclear bomb server restarts
By Silence & Samuel_
InteractionSound by Scott
Allows sounds to be played on single clients, all clients, or all clients within
a specific range from the entity to which the sound has been created.
(Used for all the sound effects)
--]]
Config = {
-- This is the volume output... from 1.0(max) to 0.0(min)
standardVolumeOutput = 0.5,
-- By default this already has ACE permissions writting into it as "group.admin" (you may need to change the group depending on your server's needs.)
NukeAceGroup = "nuke.admin",
}