pause question
Is it possible to pause server and keep the script running?
I saw an interesting solution in a plugin - it would remove keybinds of players movements. I was wondering if there's a "cleaner" way to do that. |
Like the pause with the default amx commands?
|
I guess amx_pause will also prevent the script from running.
Is that right? |
amx_pause doesn't stop any plugin from running, because it just immobilizes all the players ingame, but they can still chat and use console commands.
|
all right,
I'll try that. thanks. |
Quote:
Players can't chat while server is paused. |
Quote:
|
I tested it to and my tests shows that they can't chat. :/
|
I've made the following test:
Code:
I've observed that: - When the counter is 3 the server is paused, but the script will not run anymore (the counter stops) - when the server is paused you can send chat messages. So I guess you can't control an 'amx_paused' server through script. |
| All times are GMT -4. The time now is 15:52. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.