log_error
- Синтаксис
-
native log_error(error, const fmt[], any:...);
Переменная | Описание |
---|---|
error |
Error number |
fmt |
Formatting rules |
... |
Variable number of formatting parameters |
- Описание
- Logs an error in the native and breaks into the AMXX debugger.
- Пометка
-
This acts as if the calling plugin - the plugin that is calling the native, not the plugin calling this function - triggered the error, just like when AMXX natives error.
- Возвращает
- Функция ничего не возвращает