[Question] Is there a way Shops can sell clothes?
#4

its possible to script it
something like this
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/clothes", cmdtext, true, 10) == 0)
    {
        GivePlayerMoney(playerid, -100);
        SetPlayerSkin(playerid, 0);
        return 1;
    }
    return 0;
}
:P
Reply


Messages In This Thread
[Question] Is there a way Shops can sell clothes? - by WolfeX - 05.01.2010, 11:25
Re: [Question] Is there a way Shops can sell clothes? - by [DDC]Delight - 05.01.2010, 11:30
Re: [Question] Is there a way Shops can sell clothes? - by [DDC]Delight - 05.01.2010, 11:41
Re: [Question] Is there a way Shops can sell clothes? - by ClanDBZVegeta - 05.01.2010, 11:42
Re: [Question] Is there a way Shops can sell clothes? - by [DDC]Delight - 05.01.2010, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)