[HELP] Change Skin Command
#1

Hey,

Okay so first i have this
pawn Код:
CMD:cskin(playerid,params[])
{
    new id;
    if(sscanf(params,"d",id)) return SendClientMessage(playerid,0xFF0000FF,"[USAGE]: /cskin [skin id]");
    {
        SetPlayerSkin(playerid,skinid);
        SendClientMessage(id,-1,"rule");
    }
    return 1;
}
but ofc i get an error about the "skinid" how would i define this ? what i would like is for any player to be able to change there skin also need help with a changecolor command, please comment below
Reply


Messages In This Thread
[HELP] Change Skin Command - by DaRkAnGeL[NBK] - 13.10.2011, 19:06
Re: [HELP] Change Skin Command - by TheNavigator - 13.10.2011, 19:10
Re: [HELP] Change Skin Command - by SmiT - 13.10.2011, 19:12
Re: [HELP] Change Skin Command - by Azzeto - 13.10.2011, 19:12
Re: [HELP] Change Skin Command - by DaRkAnGeL[NBK] - 13.10.2011, 19:19
Re: [HELP] Change Skin Command - by DaRkAnGeL[NBK] - 13.10.2011, 19:23
AW: [HELP] Change Skin Command - by Tigerkiller - 13.10.2011, 19:40

Forum Jump:


Users browsing this thread: 2 Guest(s)