Simple NPC / Ped Spawning made for the QBCore Framework.
- Easy to use Config.
- Runs on extremely low MS.
- No encryption
Dependencies:
- QBCore ( Version doesn’t matter. )
No preview since its pretty obvious what it does, For download head over to:
qb-npc (2).rar (1.3 KB)
https://ze-la.tebex.io/package/5210371
1 Like
just add a direct download link …as it is one of the rules set by the cfx team
MB Forgot to put download link in CFX Post!
1 Like
Welcome to the forums, please review the releases rules and upload your download to the forums
Maybe look a bit better download link is included 
the download is qb-scoreboard … not npc_spawn lol @laika23 you mite wanna fix that … also upload the script direct to the page dont use crappy easyupload.io … just zip it and drag and drop 
Kypos
8
You can directly upload the file to the forums or use something like GitHub that is trusted.
also since this is marked as PAID you must add the paid release template which you removed on topic creation Releases Rules and FAQ - FiveM Resource Development & Modding / Releases - Cfx.re Community
i get this Creating script environments for qb-npc
[ script:qb-npc] Error loading script server/main.lua in resource qb-npc: @qb-npc/server/main.lua:5: attempt to index a nil value (global ‘QBCore’)
[ script:qb-npc] stack traceback:
[ script:qb-npc] @qb-npc/server/main.lua:5: in main chunk
[ c-scripting-core] Failed to load script server/main.lua.
1 Like
Hey,
Should be fixed now, Forgot to put something in thanks for letting me know.
Just reinstall the file above.
[ c-scripting-core] Creating script environments for qb-npc
[ script:qb-npc] Error loading script server/main.lua in resource qb-npc: @qb-npc/server/main.lua:4: attempt to index a nil value (global ‘QBCore’)
[ script:qb-npc] stack traceback:
[ script:qb-npc] @qb-npc/server/main.lua:4: in main chunk
[ c-scripting-core] Failed to load script server/main.lua.
[ citizen-server-impl] Started resource qb-npc
Must be an issue on your end, Tested it and works fine.
1 Like
having issues anyone help please
replace “TriggerEvent(‘QBCore:GetObject’, function(obj) QBCore = obj end)” in both the server and client main.lua with
“local QBCore = exports[‘qb-core’]:GetCoreObject()”
This fixes the issue