SA-MP Forums Archive
[Help] How put skin on sale in clothing store - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: [Help] How put skin on sale in clothing store (/showthread.php?tid=653367)



[Help] How put skin on sale in clothing store - axellech - 02.05.2018

What exactly do I need to do here to show skins 0.3dl in clothing stores?
PHP код:
            new skins[311], count 0;
            for(new 
0311s++)
            {
                if(
IsSkinAvailable(s))
                {
                    
skins[count] = s;
                    
count ++;
                }
            }
            
ShowModelSelectionMenu(playerid"Buy skin"MODEL_SELECTION_CLOTHESskinscount0.00.00.0);
            
printf("[Cmd] %s skin Change",NameEx(playerid));
            return 
true;
        }