i got a problem with npc
#5

pawn Код:
if(IsPlayerNPC(playerid))
    {
        new Grove_Cap[MAX_PLAYER_NAME];
        GetPlayerName(playerid, Grove_Cap, MAX_PLAYER_NAME);
        //Replace NPCname with your NPC NAME
        if (strcmp("Grove_Cap", Grove_Cap, true, MAX_PLAYER_NAME) == 0)
        {
            //Replace with your npc skin
            SetPlayerSkin(playerid, 107);
        }
I did this?
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)