25.05.2016, 14:17
I've got this:
But for some reason, it's showing a LOT of CJ skins. - Here:
Anyone able to help?
pawn Код:
new skins[315];
for(new i = 0; i < 311; i++){
if(IsSkinAvailable(i) && IsValidSkin(i)){
skins[i] = i;
}
}
setClothingPosition(playerid);
ShowModelSelectionMenuEx(playerid, skins, 311, "Buy Clothing", CUSTOM_SKIN_MENU, 0.0, 0.0, 0.0, 1.0, 0x00000066, 0x39393833, 0x39393833);
Anyone able to help?