wolkenklar372
Member
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
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