07.02.2016, 13:05
I am using y_ini for a register system and for some reason it compiles slow. I searched the internet
but nothing specific about YSI compiling problems so i must be doing something wrong myself.
However i just figured i should put up a blanc script like you see here and see what it does;
This takes about 6 seconds to compile i also get the message that the compiler doesnt respond after about 4 seconds.
if i take away the YSI include the compiler works fine.
Maybe i awfully placed some files incorrect or something i dunno.
The YSI folder is just in the pawno\includes folder where it should be.
Does anyone have an idea what could cause this and even solve it without just throwing away my pc and buy a new one? XD
but nothing specific about YSI compiling problems so i must be doing something wrong myself.
However i just figured i should put up a blanc script like you see here and see what it does;
pawn Код:
#include <a_samp>
#include <YSI\y_ini>
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
if i take away the YSI include the compiler works fine.
Maybe i awfully placed some files incorrect or something i dunno.
The YSI folder is just in the pawno\includes folder where it should be.
Does anyone have an idea what could cause this and even solve it without just throwing away my pc and buy a new one? XD