29.01.2014, 16:38
How to change your old clothing selection to 0.3x version?
PHP код:
CMD:buyclothes(playerid, params[])
{
if(IsAtClothShop(playerid))
{
ShowPlayerDialog( playerid, 3495, DIALOG_STYLE_INPUT, "Skin Selection","Please enter a Skin ID!\n\nNote: Skin Changes cost $2500.", "Buy", "Cancel" );
}
else
{
SendClientMessageEx( playerid, COLOR_WHITE, " You are not in a Clothing Shop!" );
}
return 1;
}