Skin command help
#4

pawn Код:
dcmd_skin(playerid, params[])
{
  new skinid;
  skinid=strval(params);
  if(skinid < 0 && skinid > 288) {
    SendClientMessage(playerid, WHITE, "Invalid skin id");
  }
  else {
    SetPlayerSkin(playerid, skinid);
  }
  return 1;
}
any better?
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)