1
0
Fork 0
forked from Simnation/Main
Main/resources/[test]/nordi_npc_routing/fxmanifest.lua

34 lines
399 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
author 'YourName'
description 'QBCore Traffic Control System'
version '1.0.0'
shared_scripts {
'@qb-core/shared/locale.lua',
'config.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'server.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
}
lua54 'yes'
dependencies {
'qb-core'
}