01.02.2014, 22:12
I did and that's what my code does. I simply check if the skin is valid (not those numbers of faction/gang skins) and in the default part goes any invalid skin. Using an if statement with so many expressions of OR (||) inside that statement is really bad, that's why I used switch which is faster.