SA-MP Forums Archive
Custom skins doesn't show LoadModelSelectionMenu - 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: Custom skins doesn't show LoadModelSelectionMenu (/showthread.php?tid=653662)



Custom skins doesn't show LoadModelSelectionMenu - BrKcAn - 09.05.2018

I add custom skins. But doesn't show in LoadModelSelectionMenu.
I can change /setskin but Modal doesn't.
Codes:
PHP код:
vSkin LoadModelSelectionMenu("skins/allskins.txt"); 
PHP код:
new vSkin mS_INVALID_LISTID
PHP код:
if(listid == vHSYKSkin)
    {
    if(
response)
    {
        new 
string[128];
        
SetPlayerSkin(playeridmodelid);
        
PlayerInfo[playerid][pSkin] = modelid;
        
SendClientMessage(playerid,-1,"Changed.");
        
format(stringsizeof(string), "* Changed"RPN(playerid));
        
SendNearbyMessage(playerid15stringCOLOR_PURPLECOLOR_PURPLECOLOR_PURPLECOLOR_PURPLECOLOR_PURPLE);
    } 
PHP код:
    ShowModelSelectionMenu(playeridvHSYKSkin"Skin Sec"); 
Help me pls.