forked from Simnation/Main
ed
This commit is contained in:
parent
577410aa72
commit
a58add2e97
11 changed files with 908 additions and 0 deletions
39
resources/[carscripts]/kq_realoffroad/fxmanifest.lua
Normal file
39
resources/[carscripts]/kq_realoffroad/fxmanifest.lua
Normal file
|
@ -0,0 +1,39 @@
|
|||
fx_version 'cerulean'
|
||||
games { 'gta5' }
|
||||
lua54 'yes'
|
||||
|
||||
author 'KuzQuality | Kuzkay'
|
||||
description 'Realistic offroad physics by KuzQuality'
|
||||
version '1.8.0'
|
||||
|
||||
|
||||
--
|
||||
-- Server
|
||||
--
|
||||
|
||||
server_scripts {
|
||||
'mixed/constants.lua',
|
||||
'config.lua',
|
||||
'server/server.lua',
|
||||
}
|
||||
|
||||
--
|
||||
-- Client
|
||||
--
|
||||
|
||||
client_scripts {
|
||||
'mixed/constants.lua',
|
||||
'config.lua',
|
||||
'client/cache.lua',
|
||||
'client/editable/editable.lua',
|
||||
'client/functions.lua',
|
||||
'client/client.lua',
|
||||
'client/handling.lua',
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua',
|
||||
'client/editable/*.lua',
|
||||
}
|
||||
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue