forked from Simnation/Main
25 lines
397 B
Lua
25 lines
397 B
Lua
fx_version "cerulean"
|
|
games { 'gta5' }
|
|
|
|
author 'Prompt Mods'
|
|
description 'Motel+Gas+Mechanic+Church+Dealer+Cityhall+Houses1+Trainstation+Marina+Boathouse+Sheriff+Hospital+Airfield+Firestation'
|
|
version '1.0.0'
|
|
|
|
this_is_a_map 'yes'
|
|
|
|
escrow_ignore {
|
|
'stream/**'
|
|
}
|
|
|
|
-- scripts --
|
|
lua54 'yes'
|
|
|
|
|
|
client_scripts {
|
|
'client.js'
|
|
}
|
|
|
|
server_scripts{
|
|
'sv_MapDataHandler.lua',
|
|
'server.js'
|
|
}
|