Installation
Dependencies
How to install
add_ace group.admin command.adminjail
add_ace group.admin command.endadminjail
How to use commands
-- ORIGINAL
Config.Commands = {
SendJail = "adminjail",
EndJail = "endadminjail",
}
-- EXAMPLE
Config.Commands = {
SendJail = "test",
EndJail = "test2",
}
server.cfg:
add_ace group.admin command.test
add_ace group.admin command.test2
Create action location
Last updated