i got a problem with npc
#2

pawn Код:
if(IsPlayerNPC(playerid))
    {
        new NpcName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, NpcName, MAX_PLAYER_NAME);
        //Replace NPCname with your NPC NAME
        if (strcmp("NPCname", NpcName, true, MAX_PLAYER_NAME) == 0)
        {
            //Replace with your npc skin
            SetPlayerSkin(playerid, 115);
        }
    }
Reply


Messages In This Thread
i got a problem with npc - by Tamao_Serizawa - 04.01.2012, 00:53
Re: i got a problem with npc - by DRIFT_HUNTER - 04.01.2012, 01:41
Re: i got a problem with npc - by Tamao_Serizawa - 04.01.2012, 01:53
Re: i got a problem with npc - by Tamao_Serizawa - 04.01.2012, 01:56
Re: i got a problem with npc - by Tamao_Serizawa - 04.01.2012, 02:01

Forum Jump:


Users browsing this thread: 1 Guest(s)