24.01.2017, 19:54
Hi,
I just want to try out YSI 4 but it's impossible for me to compile it. I use a blank script with only y_commands included.
PAWN compiler is crashing at the time I press F5. When I'm using y_inline, the compiler gave me the following output:
Do anyone have a solution for that?
Regards, TT93
I just want to try out YSI 4 but it's impossible for me to compile it. I use a blank script with only y_commands included.
pawn Код:
#include <a_samp>
#include <YSI\y_commands>
main() {
}
public OnGameModeInit() {
return 1;
}
public OnGameModeExit() {
return 1;
}
pawn Код:
D:\Program Files (x86)\Pawno\include\YSI\..\YSI_Coding\..\YSI_Internal\y_cgen.inc(90) : warning 231: state specification on forward declaration is ignored
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
Regards, TT93