Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Question bropixel-boosting script not working

wolkenklar372

Member
Joined
Mar 12, 2023
Messages
5
Reaction score
0
Points
146
Location
Austria
I have a problem I run NPBASE, installed bropixel-boosting and added the unwind-rpc resource.
I started unwind-rpc first and then boosting (bropixel-boosting).
I added the client and server script from unwind-rpc to the fxmanifest.lua but I still get this error:
[ script:boosting] Error loading script server/sv_main.lua in resource boosting: @boosting/server/sv_main.lua:78: attempt to index a nil value (global 'RPC')
[ script:boosting] stack traceback:
[ script:boosting] @boosting/server/sv_main.lua:78: in main chunk
[ c-scripting-core] Failed to load script server/sv_main.lua.

Do I have to change something here?:
["NPBASE"] = {
["Name"] = "unwind-fw", -- this will be used in server side to call player module
["ProgressBarScriptName"] = "unwind-taskbar", -- progress bar script name link in np_readme.md
["HasItem"] = "unwind-inventory", -- Imporant [ Your normal export for checking has item, default is yourservername:inventory ]
["HandlerScriptName"] = "unwind_handler",
}

Would be great if someone could help me
 

wolkenklar372

Member
Joined
Mar 12, 2023
Messages
5
Reaction score
0
Points
146
Location
Austria
Hello lakrous sorry I didn´t see it! I run NP Base which is qbcore I think. Here is the code of the file that makes trouble (the error is in line 78):
 

Attachments

  • code.txt
    33.4 KB · Views: 118
Last edited:

gtnik

Silver Elite
Joined
Mar 8, 2021
Messages
81
Solutions
1
Reaction score
20
Points
156
I have a problem I run NPBASE, installed bropixel-boosting and added the unwind-rpc resource.
I started unwind-rpc first and then boosting (bropixel-boosting).
I added the client and server script from unwind-rpc to the fxmanifest.lua but I still get this error:
[ script:boosting] Error loading script server/sv_main.lua in resource boosting: @boosting/server/sv_main.lua:78: attempt to index a nil value (global 'RPC')
[ script:boosting] stack traceback:
[ script:boosting] @boosting/server/sv_main.lua:78: in main chunk
[ c-scripting-core] Failed to load script server/sv_main.lua.

Do I have to change something here?:
["NPBASE"] = {
["Name"] = "unwind-fw", -- this will be used in server side to call player module
["ProgressBarScriptName"] = "unwind-taskbar", -- progress bar script name link in np_readme.md
["HasItem"] = "unwind-inventory", -- Imporant [ Your normal export for checking has item, default is yourservername:inventory ]
["HandlerScriptName"] = "unwind_handler",
}

Would be great if someone could help me
can u send me the fxmanifest of the script?
 
Top