25 lines
400 B
Lua
25 lines
400 B
Lua
|
fx_version 'cerulean'
|
||
|
game 'gta5'
|
||
|
|
||
|
description 'Hyperion Rebooted - Gun Van'
|
||
|
author 'FiveM: Hawk_bs | GitHub: ThaNightHawk'
|
||
|
version '1.0.0'
|
||
|
|
||
|
client_scripts {
|
||
|
'client/client.lua',
|
||
|
}
|
||
|
|
||
|
shared_script {
|
||
|
'shared/config.lua',
|
||
|
}
|
||
|
|
||
|
server_scripts {
|
||
|
'server/server.lua'
|
||
|
}
|
||
|
|
||
|
-- HP_GV bliver escrowed til live-serveren, for at undgå dumping af client-side.
|
||
|
|
||
|
escrow_ignore {
|
||
|
'shared/config.lua',
|
||
|
}
|