Files
Elite-Gaming-FiveM/resources/CarWipe/fxmanifest.lua
T
Jacob 8e00e0890f Automatic server cleanup every hour.
+ Added CarWipe which automatically clears all the vehicles in the server every hour.
+ Can also use /delall to manually initiate it.
2022-04-23 18:36:49 +01:00

19 lines
441 B
Lua

fx_version 'bodacious'
game 'gta5'
author 'LucaNL#2230'
description 'A script that allows you to run a carwipe every so often (hours/minutes), this will remove all cars that no one is in to prevent lag. This script does not cause any performance loss.'
version '1.1.1'
server_script {
'config.lua',
'server/server.lua',
'version.lua'
}
client_scripts {
'config.lua',
'client/client.lua',
'client/entityiter.lua'
}