1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/nordi_talk_to_npc/fxmanifest.lua

24 lines
294 B
Lua
Raw Normal View History

2025-07-20 20:44:58 +02:00
fx_version 'cerulean'
game 'gta5'
2025-07-20 20:46:16 +02:00
lua54 'yes'
2025-07-20 20:44:58 +02:00
author 'YourName'
description 'Simple NPC Info Dialog System'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client/client.lua'
}
dependencies {
'qb-core',
'qb-target',
'ox_lib'
}
2025-07-20 20:46:16 +02:00