#How to disable the auto resume after 30s pause ?
1 messages · Page 1 of 1 (latest)
SetPauseEnabled is a thing but then players can't upause themselves as far as I remember. Also I never tested if that prevented resuming after 30s
i know other custom games have this . you can pause for a not limited time, and even unlimited pauses . maybe they key bind the F9 to a funtion to call pause ?
Found 1 function for sendtoserverconsole
🇸 SendToServerConsole(arg1: string): nil
Send a string to the console as a server command.
dota_pause_force_unpause_time is the command, default is 300 seconds
you may be able to do -1 to disable it, but idk since ive never tried
otherwise just do 999999 or something
will try , thanks