At the moment I'm attempting to create a custom menu on my DarkRP 2.5.1 server and I seem to be having some troubles with it
I've made a .lua folder in serverdir/garrysmod/gamemode/darkrp/gamemode/modules/customcommand.lua
and all checks out well, I get no lua errors or anything in the server console though as soon as I try to enter the command I get this error in the server console.
[CODE]
[ERROR] gamemodes/darkrp/gamemode/modules/chat/sv_chat.lua:9: attempt to call valua 'callback' (a nill value)
1.Callback - gamemodes/darkrp/gamemode/modules/chat/sv_chat.lua:9
2.RP_playerchat - 1. callback - gamemodes/darkrp/gamemode/modules/chat/sv_chat.lua:34
3. Unknown - 1. callback - gamemodes/darkrp/gamemode/modules/chat/sv_chat.lua:83
[/CODE]
Is anyone going to help me with this or just keep viewing it?..
[QUOTE=NecroPhonics;44188896]Is anyone going to help me with this or just keep viewing it?..[/QUOTE]
You think any of us can help if you haven't posted code to debug?
But your first problem is modifying core gamemode files
[url]https://github.com/FPtje/darkrpmodification[/url]
Sorry, you need to Log In to post a reply to this thread.