Skin help
#2

pawn Код:
CMD:skin(playerid, params[])
{
    new string[128], skinid;
    if(sscanf(params, "d", skinid))
    {
        SendClientMessage(playerid, COLOR_WHITE, "Usage: /skin [skinID]");
    }
    else
    {
        SetPlayerSkin(playerid, skinid);
        format(string, sizeof(string), "You have Try Skin ID : %d", skinid);
        SendClientMessage(playerid, COLOR_WHITE, string);
        SendClientMessage(playerid, COLOR_GREEN, "You Already Try Skin type /buyskin to buy it");
        SetPVarInt(-1,"test",3);
    }
    return 1;
}
Reply


Messages In This Thread
Skin help - by Horrible - 02.08.2011, 02:44
Re: Skin help - by Famalamalam - 02.08.2011, 02:47
Re: Skin help - by =WoR=Varth - 02.08.2011, 02:48

Forum Jump:


Users browsing this thread: 2 Guest(s)