Files
Elite-Gaming-FiveM/resources/Delete-All-Vehicles/config.lua
T
2021-12-03 01:19:31 +00:00

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
}