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',
|
|
|
|
}
|