This commit is contained in:
Nordi98 2025-07-20 20:44:58 +02:00
parent 29c786ff04
commit 6442ff325b
35 changed files with 376 additions and 1949 deletions

View file

@ -0,0 +1,21 @@
fx_version 'cerulean'
game 'gta5'
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'
}