28.05.2015, 20:39
When i add the new skin from 300 to 311 the old faction skins getting remove why?
im using this codes:
im using this codes:
Код:
stock IsValidSkin(skinid) { if(skinid < 0 || skinid > 311) return 0; switch(skinid) { case 71, 265, 266, 267, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 300, 301, 306, 307, 308, 309, 310, 311: return 0; } return 1; }