19 lines
420 B
Lua
19 lines
420 B
Lua
|
|
fx_version 'cerulean'
|
||
|
|
game 'gta5'
|
||
|
|
lua54 'yes'
|
||
|
|
|
||
|
|
name 'vehiclehandler'
|
||
|
|
description 'Collision/damage handling for FiveM.'
|
||
|
|
author 'QuantumMalice'
|
||
|
|
repository 'https://github.com/QuantumMalice/vehiclehandler'
|
||
|
|
version '1.3.4'
|
||
|
|
|
||
|
|
files {
|
||
|
|
'data/progress.lua',
|
||
|
|
'data/vehicle.lua',
|
||
|
|
'modules/handler.lua'
|
||
|
|
}
|
||
|
|
|
||
|
|
shared_script '@ox_lib/init.lua'
|
||
|
|
client_script 'client.lua'
|
||
|
|
server_script 'server.lua'
|