16.08.2015, 15:15
Because you are stating it wrong, you are saying that if the skin is NOT a restricted skin, then you don't allow him to.
To fix it, change this line:
To this one:
To fix it, change this line:
pawn Код:
if(!RestrictedSkin(iSkin)) return SCP(playerid,"This skin is reserved for faction");
pawn Код:
if(RestrictedSkin(iSkin)) return SCP(playerid,"This skin is reserved for faction");