Nume plugin: Anti Server Empty After Restart
Autor: Franc1sco
Versiune: 1.2
Download: View attachment AntiServerEmptyAfterRestart-master.zip
Descriere:
Un foarte simplu si util plugin pentru reducerea pierderii de jucatori la restartarea serverului. Force retry toti playerii dupa restartarea serverului.
Comenzi:
Autor: Franc1sco
Versiune: 1.2
Download: View attachment AntiServerEmptyAfterRestart-master.zip
Descriere:
Un foarte simplu si util plugin pentru reducerea pierderii de jucatori la restartarea serverului. Force retry toti playerii dupa restartarea serverului.
Comenzi:
- sm_retryandrestart will force all clients to retry, then after a 0.1 second pause, will run the _restart command. The action will be logged to the standard sourcemod log file with the admin's information.
- sm_retryandrestart 0 will cause a restart WITHOUT attempting to auto-reconnect clients. This action will be logged to the standard sourcemod log file with the admin's information
- If the cvar sm_retryonrestart_enabled = 1, the plugin will still listen for the commands _restart or quit, and make an attempt to reconnect clients before shutting down. Setting the cvar to 0 will disable this functionality.
- Please note that it is IMPOSSIBLE to trigger a forced retry on clients upon server CRASH. The plugin only works if a restart was triggered intentionally through the server commands quit, _restart, or sm_retryonrestart.
- drag&drop retryonrestart.smx in sourcemod/plugins
- drag&drop retryonrestart.sp in sourcemod/plugins