04.02.2010, 23:06
I think you can do it like this:
Код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
SetPlayerSkin(playerid, 250);
}
}

