You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}
The text was updated successfully, but these errors were encountered:
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);
}
The text was updated successfully, but these errors were encountered: