native cod_log_error(const plugin[] = "CoD Mod", const text[], any:...);
plugin | Plugin name |
text | String to display |
... | Variables to replace formatting parameters in text string |
Logs error to cod_mod.log file.
For plugin param __BINARY__ or PLUGIN constant should be used.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.