forked from Simnation/Main
ed
This commit is contained in:
parent
123ea8a800
commit
41d330bde5
69 changed files with 66 additions and 0 deletions
28
resources/[defaultmaps]/tstudio_bennys/fxmanifest.lua
Normal file
28
resources/[defaultmaps]/tstudio_bennys/fxmanifest.lua
Normal file
|
@ -0,0 +1,28 @@
|
|||
fx_version 'cerulean'
|
||||
lua54 'yes'
|
||||
game "gta5"
|
||||
|
||||
author 'tstudio - turbosaif'
|
||||
description 'Bennys Luxury Motorworks'
|
||||
version '1.0.0'
|
||||
|
||||
this_is_a_map "yes"
|
||||
|
||||
dependencies {
|
||||
'/server:4960', -- ⚠️PLEASE READ⚠️; Requires at least SERVER build 4960.
|
||||
'/gameBuild:2545', -- ⚠️PLEASE READ⚠️; Requires at least GAME build 2545.
|
||||
'tstudio_zmapdata', -- ⚠️PLEASE READ⚠️; Requires to be started before this resource.
|
||||
}
|
||||
|
||||
-- What to run
|
||||
client_scripts {
|
||||
'client/client.lua',
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'stream/vanilla/*/*.*',
|
||||
'stream/ytd/*.ytd',
|
||||
'fix_other_maps/*/*.*',
|
||||
'client/client.lua'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue