07.02.2016, 13:16
Quote:
|
It's just that YSI is notorious for a lot of compiler hacking and lots and lots of macros, many of which recursive. The compiler has to do multiple rounds to parse all this hacked stuff which makes it incredibly slow. I would suggest including only the stuff that you actually need. If you only require foreach then only include y_iterate, for example.
|
ive done that and i get this
pawn Код:
C:\Games\Rockstar Games\GTA San Andreas\sampserver\pawno\include\y_ini.inc(162) : fatal error 100: cannot read from file: "internal\y_version"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
should i replace this internal\y_version now too ?


