Scripts/resources/[hp]/hp_gv/fxmanifest.lua

25 lines
399 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 19:48:41 +00:00
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',
}