Closed denisbranisteanu closed 7 months ago
@GroWyAdv In future when making an issue, please provide which version of YSI you are on.
If you are on version 4, then you want to replace the version tag in your pawn.json with @4.x
to target the latest commits to the v4 branch where there is a fix for this issue.
If you are however not on version 4, then we might need more information from you or at the least a minimal reproduction of the code required that causes the issue.
Just including it is enough. In the latest v5.06.1932
#include <a_samp>
#include <YSI_Data/y_iterate>
This issue is fixed in the nightly releases so I guess next release should settle this.
Do not use
#include <YSI_Data/y_iterate>
use
#include <YSI_Data\y_iterate>
Okay this is really interesting, would be cool if you could tell why this happened?
Hello, I think this is an issued related to the latest version. I tried to create a gamemode and i've only included the YSI packages.
main
file:constants
file:And this is what I get when I try to build the gamemode: