16 lines
548 B
Lua
16 lines
548 B
Lua
--------------------------------------
|
|
------Created By Whit3Xlightning------
|
|
--https://github.com/Whit3XLightning--
|
|
--------------------------------------
|
|
|
|
Config = {}
|
|
|
|
Config = {
|
|
commandName = "delallveh",
|
|
-- This is the command that you will type into chat to execute the script.
|
|
|
|
restricCommand = true
|
|
-- Setting this to false will allow anyone in the server to use the command.
|
|
-- If you set it to true you will need to add a ace perm to allow people to use it.
|
|
-- Such as add_ace [GROUP] command.[commandName] allow
|
|
} |