forked from Simnation/Main
17 lines
246 B
Lua
17 lines
246 B
Lua
![]() |
fx_version "bodacious"
|
||
|
|
||
|
game 'gta5'
|
||
|
|
||
|
this_is_a_map "yes"
|
||
|
|
||
|
client_scripts {
|
||
|
"lib/common.lua"
|
||
|
, "lib/observers/interiorIdObserver.lua"
|
||
|
, "lib/observers/officeSafeDoorHandler.lua"
|
||
|
, "client.lua"
|
||
|
|
||
|
-- DLC Bikers
|
||
|
, "dlc_bikers/clubhouse3.lua"
|
||
|
}
|
||
|
|