Skin command help
#2

Quote:
Originally Posted by <Krys>
pawn Код:
dcmd_skin(playerid, params[])
{
    new skinid;
    if(sscanf(params, "i", skinid)) return SendClientMessage(playerid, WHITE, "USAGE: /skin <skinid>");
    if(InvalidSkinId(playerid)) return false;

SetPlayerSkin(playerid, skinid);
return 1;
}
Try that ive edited it
Reply


Messages In This Thread
Skin command help - by FireFox_ - 23.03.2010, 15:12
Re: Skin command help - by Torran - 23.03.2010, 15:15
Re: Skin command help - by FireFox_ - 23.03.2010, 15:19
Re: Skin command help - by adsy - 23.03.2010, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)