8e00e0890f
+ Added CarWipe which automatically clears all the vehicles in the server every hour. + Can also use /delall to manually initiate it.
19 lines
441 B
Lua
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'
|
|
}
|
|
|