FabianTerhorst / coreclr-module

Old alt:V CoreClr (.NET Core Common Language Runtime) community made module. New: https://github.com/altmp/coreclr-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetTattooShopDlcItemData crash client

TuK4z opened this issue · comments

commented

Using Native: GetTattooShopDlcItemData crash client. For example:

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);
}

commented

Can confirm.

pls test with latest version 16.0.2