plugin ppause.sma sagt:
Zitat:
/* Admin commads:
* amx_off - pause plugins not listed in dpause_list
* amx_on - enable all plugins not listed in dpause_list
* amx_pausemenu - displays menu by which you can pause, unpause and stop plugins
*
*
* Server command:
* amx_dpause <plugin title> - add plugin which won't be in list to pause
*
* NOTE: Stoped plugins won't work properly after activation (without mapchange) due
* to unactive status during plugins initialization and at players connections.
* For proper activation clear the file with stoped plugins (option #7 in menu)
* then change the map.
*/