SA-MP Forums Archive
0.3x Clothing Selection - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 0.3x Clothing Selection (/showthread.php?tid=491172)



0.3x Clothing Selection - FaZeRs - 29.01.2014

How to change your old clothing selection to 0.3x version?

PHP код:
CMD:buyclothes(playeridparams[])
{
    if(
IsAtClothShop(playerid))
    {
        
ShowPlayerDialogplayerid3495DIALOG_STYLE_INPUT"Skin Selection","Please enter a Skin ID!\n\nNote: Skin Changes cost $2500.""Buy""Cancel" );
    }
    else
    {
        
SendClientMessageExplayeridCOLOR_WHITE"   You are not in a Clothing Shop!" );
    }
    return 
1;