29.08.2017, 20:18
Quote:
There was a bug with AUTO_INCLUDE_GUARD constant just before ****** left, I commited a fix later. If you're using latest YSI-Includes version with my patch, it shouldn't raise this error at all (except in compat mode, so with #pragma compat 1, or -Z+ flag passed to the compiler). If it does, please paste somewhere contents of your YSI_Internal\y_compilerpass.inc
|
PHP код:
#include <a_samp>
#include <YSI/y_timers>
public OnFilterScriptInit(){
return 1;
}
//YSI/y_timers.inc(1) : fatal error 100: cannot read from file: "..\YSI_Internal\y_compilerpass"
//already here :D