Skin command help..
#1

It sets the player skin to CJ instead of ID I dont know why any help?

pawn Code:
new skinid;
CMD:clothes(playerid)


    {
        if(IsPlayerInRangeOfPoint(playerid,10,217.3056,-97.9876,1005.2578))
        {
            SendClientMessage(playerid, COLOR_WHITE, "You Have bought new clothes.");
            GivePlayerMoney(playerid,-100);
            SetPlayerSkin(playerid, skinid);
        }
        else
        {
            SendClientMessage(playerid, COLOR_RED, "USAGE: /Clothes [SkinID]!");
        }
    return 1;
}
Reply


Messages In This Thread
Skin command help.. - by Dare Devil..... - 30.05.2013, 09:29
Re: Skin command help.. - by AIped - 30.05.2013, 09:35
Re: Skin command help.. - by IceBilizard - 30.05.2013, 09:54
Re: Skin command help.. - by GiamPy. - 30.05.2013, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)