Ballzzee
Gold Elite
- Joined
- Jul 30, 2021
- Messages
- 38
- Reaction score
- 6,605
- Points
- 306
hope some one can help me with my error
error loading script server/sv_main.lua in resource boosting: @boosting/server/sv_main.lua:78: attempt to index a nil value (global 'RPC' )
stack traceback:
@boosting/server/sv_main.lua:78: in main chunk
failed to load script server/sv_main.lua.
The code in the Specific line is as follows
77 elseif Config['General']["Core"] == "NPBASE" then
78 RPC.register("boosting:GetExpireTime", function()
79 local shit = (os.time() + 6 * 3600)
I do have a RPC started in my Resource.cfg
i do have a RPC Script
i attached my config
Any help would be appreciated
error loading script server/sv_main.lua in resource boosting: @boosting/server/sv_main.lua:78: attempt to index a nil value (global 'RPC' )
stack traceback:
@boosting/server/sv_main.lua:78: in main chunk
failed to load script server/sv_main.lua.
The code in the Specific line is as follows
77 elseif Config['General']["Core"] == "NPBASE" then
78 RPC.register("boosting:GetExpireTime", function()
79 local shit = (os.time() + 6 * 3600)
I do have a RPC started in my Resource.cfg
i do have a RPC Script
i attached my config
Any help would be appreciated