altmp / coreclr-module

CoreClr (.NET Core Common Language Runtime) community made module
MIT License
17 stars 8 forks source link

GetTattooShopDlcItemData crash client #10

Open dGxxxx opened 7 months ago

dGxxxx commented 7 months ago
int num = Alt.Natives.GetNumTattooShopDlcItems(3);
Alt.Log($"Number: {num}");
for (int i = 0; i < num; i++)
{
int outas = 120;
Alt.Natives.GetTattooShopDlcItemData(3, i, ref outas);
}

crashes client.