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

7 lines
296 B
Lua

--------------------------------------
------Created By Whit3Xlightning------
--https://github.com/Whit3XLightning--
--------------------------------------
RegisterCommand(Config.commandName, function(source, args, rawCommand) TriggerClientEvent("wld:delallveh", -1) end, Config.restricCommand)