forked from Simnation/Main
Lightbar überarbeitet
Überarbeitung der Lightbars
This commit is contained in:
parent
ba79461ce9
commit
2c78a1349f
99 changed files with 0 additions and 0 deletions
32
resources/[Lightbar]/EVC/fxmanifest.lua
Normal file
32
resources/[Lightbar]/EVC/fxmanifest.lua
Normal file
|
@ -0,0 +1,32 @@
|
|||
fx_version 'bodacious'
|
||||
game 'gta5'
|
||||
lua54 'yes'
|
||||
|
||||
description 'Nabla Corporation - Emergency Vehicle Creator'
|
||||
author 'Nabla Corporation'
|
||||
version '2.2.2a'
|
||||
|
||||
shared_script 'Nabla/shared.lua'
|
||||
client_script 'Nabla/client.lua'
|
||||
server_script 'Nabla/server.lua'
|
||||
|
||||
client_script '@NativeUI/NativeUI.lua'
|
||||
|
||||
client_script 'Client/**.lua'
|
||||
server_script 'Server/**.lua'
|
||||
client_script 'Custom/Client/**.lua'
|
||||
server_script 'Custom/Server/**.lua'
|
||||
shared_script 'Shared/**.lua'
|
||||
|
||||
|
||||
escrow_ignore {
|
||||
'Shared/**.lua',
|
||||
'Custom/**.lua',
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'/server:5562',
|
||||
'/onesync',
|
||||
'NativeUI',
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue