Add custom skin to IsInvalidSkin
#1

hello since i have added 3 skins I had to make this function like this:

PHP код:
stock IsInvalidSkin(skin) {
    if(!(
<= skin <= 30000)) return 1;
    return 
0;

how can I add here that only add the skin IDs I have added there ?

PHP код:
stock IsInvalidSkin(skin) {
    if(!(
<= skin <= 311)) return 1;
    return 
0;

Reply


Messages In This Thread
Add custom skin to IsInvalidSkin - by IndependentGaming - 01.04.2018, 11:34
Re: Add custom skin to IsInvalidSkin - by ForCop - 01.04.2018, 12:05
Re: Add custom skin to IsInvalidSkin - by IndependentGaming - 01.04.2018, 12:09
Re: Add custom skin to IsInvalidSkin - by ForCop - 01.04.2018, 12:22

Forum Jump:


Users browsing this thread: 1 Guest(s)