01.04.2018, 11:34
hello since i have added 3 skins I had to make this function like this:
how can I add here that only add the skin IDs I have added there ?
PHP код:
stock IsInvalidSkin(skin) {
if(!(0 <= skin <= 30000)) return 1;
return 0;
}
PHP код:
stock IsInvalidSkin(skin) {
if(!(0 <= skin <= 311)) return 1;
return 0;
}