NPC Pause?
#4

Under OnPlayerUpdate put this.
pawn Код:
if(IsPlayerNpc(playerid))
    {
        new pName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pName, sizeof(pName));
        if(strcmp(pName, "Yourbotname") == 0)
        {
            return 0;
        }
    }
Reply


Messages In This Thread
NPC Pause? - by Oh - 10.02.2012, 04:44
Re: NPC Pause? - by T0pAz - 10.02.2012, 05:31
Re: NPC Pause? - by Oh - 10.02.2012, 06:09
Re: NPC Pause? - by T0pAz - 10.02.2012, 07:32

Forum Jump:


Users browsing this thread: 1 Guest(s)