dc_set_timeout
dc_set_timeout(user, server, timestamp, reason?)
#
Blocking function
This function is blocking, meaning it can freeze the game. Use it in a task to avoid freezing your game.
Timeouts the user
in a server
until the given timestamp
given in unix time milliseconds.
If provided, reason
will be shown in the audit log of your server.