Installations
server.cfg
Add the command to your server.cfg file and make sure that the script is started.
ensure mt_knocked_out
config.lua
You can configure how long a player should be knocked out in the "config.lua" file.
Config = {}
Config.wait = 10 -- Set the duration (in seconds) for the player to be knocked out
Last updated
Was this helpful?