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

Quote:
Originally Posted by WolfeX
You know how in GTA SA Singleplayer you can buy Clothes from binco and sub urban and stuff. is it possible to put that in SAMP? Reply here
No request for command..?

Quote:
Originally Posted by ClanDBZVegeta
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
And this only changes skin.. doesnt add other clothes to player
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)