SetSkin help.
#1

pawn Код:
if(strcmp(cmd, "/skin", true) == 0)
{
if(PlayerVip[playerid] == 1)
{
    new skin;
    if(!strlen(tmp)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /skin [skinid]");
    if(IsInvalidSkin(skin)) return SendClientMessage(playerid, COLOR_GREY, "* Invalid Skin ID");
    SetPlayerSkin(player, skin);
    SendClientMessage(player, COLOR_WHITE, "Skin changed!");
    return 1;
    )
}
What's wrong with this?
Reply


Messages In This Thread
SetSkin help. - by Face9000 - 21.01.2011, 11:58
Re: SetSkin help. - by Fool - 21.01.2011, 12:01
Re: SetSkin help. - by Face9000 - 21.01.2011, 12:03
Re: SetSkin help. - by Calgon - 21.01.2011, 12:05
Re: SetSkin help. - by Fool - 21.01.2011, 12:06
Re: SetSkin help. - by ExeC - 21.01.2011, 12:06
Re: SetSkin help. - by Face9000 - 21.01.2011, 12:09

Forum Jump:


Users browsing this thread: 2 Guest(s)