ed
This commit is contained in:
parent
29c786ff04
commit
6442ff325b
35 changed files with 376 additions and 1949 deletions
21
resources/[tools]/nordi_talk_to_npc/fxmanifest.lua
Normal file
21
resources/[tools]/nordi_talk_to_npc/fxmanifest.lua
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue