Skip to content

Instantly share code, notes, and snippets.

@Ekdohibs
Created April 11, 2017 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ekdohibs/0af4c57c240fcf86cb09e412a96fb7db to your computer and use it in GitHub Desktop.
Save Ekdohibs/0af4c57c240fcf86cb09e412a96fb7db to your computer and use it in GitHub Desktop.
local settings = {
enable_fire = {"Enable fire", "bool", true},
enable_tnt = {"Enable TNT", "bool", true},
}
local settings_list = {
"enable_fire",
"enable_tnt",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment