14.06.2010, 15:02
I haven't tested it but I believe this should work:
Instead of doing || between each skin, you could do this to make it a little easier to understand:
pawn Код:
new skins = GetPlayerSkin(playerid);
pawn Код:
if(skins >= 265 && skins <= 288)
{
//stuff here
}