[UNSOLVED] How do I set skins for the Npcs ?
#4

I think you can do it like this:

Код:
public OnPlayerSpawn(playerid)
{
  if(IsPlayerNPC(playerid))
  {
    SetPlayerSkin(playerid, 250);
  }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)