How do i disable the /pm command in dark rp? I want to do this because I want people to use the gTerminal chat to privately communicate.
You're not making the game more fun like that.
Create a folder in the modules folder with whatever name you want. Then create a file called sv_NAMEHERE.lua, replacing NAMEHERE with whatever you want.
In that file paste this:
[LUA]removeChatCommand("/pm")[/LUA]
Then create another file called cl_NAMEHERE.lua. And in that paste this:
[LUA]
timer.Simple(0, function() GAMEMODE:removeChatReceiver("/pm") end)
[/LUA]
Sorry, you need to Log In to post a reply to this thread.