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

Quote:
Originally Posted by mansonh
I think you can do it like this:

Код:
public OnPlayerSpawn(playerid)
{
  if(IsPlayerNPC(playerid))
  {
    SetPlayerSkin(playerid, 250);
  }
}
I have 3 more Npcs they works fine but this one skin dosen't even change.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)