set_fail_state
- Синтаксис
-
native set_fail_state(const fmt[], any:...);
Переменная | Описание |
---|---|
fmt |
Formatting rules |
... |
Variable number of formatting parameters |
- Описание
- Sets the calling plugin to a failed state.
- Пометка
-
Calling this will cause the calling plugin to completely cease operation. It is not possible to recover.
- Пометка
-
This should be used to gracefully handle fatal errors. The log message will appear in the AMXX error log.
- Возвращает
- Функция ничего не возвращает