23.06.2016, 17:27
it takes the ids from this
but i need to add HoldingObjectsClothes1 and HoldingObjectsClothes2 can anyone help me?
but i need to add HoldingObjectsClothes1 and HoldingObjectsClothes2 can anyone help me?
pawn Code:
for(new i;i<sizeof(HoldingObjectsToys1);i++)
{
if(HoldingObjectsToys1[i][holdingmodelid] == PlayerToyInfo[playerid][listitem][ptModelID])
{
format(name, sizeof(name), "%s", HoldingObjectsToys1[i][holdingmodelname]);
}
}