Npc help
#2

You could change the variable that signifies a player logged in for the NPC, for example

pawn Код:
public OnPlayerConnect(playerid)
{
  if(IsPlayerNPC(playerid))
  {
    pLoggedIn[playerid]=1;
    return 1;
  }
  //the rest of your code.
}
Reply


Messages In This Thread
Npc help - by kman - 15.10.2009, 23:07
Re: Npc help - by Joe Staff - 16.10.2009, 03:15
Re: Npc help - by Jason_Larson - 16.10.2009, 04:46
Re: Npc help - by Joe Staff - 16.10.2009, 08:02
Re: Npc help - by kman - 16.10.2009, 19:35
Re: Npc help - by kman - 16.10.2009, 19:42
Re: Npc help - by Joe Staff - 16.10.2009, 19:47
Re: Npc help - by kman - 16.10.2009, 22:12

Forum Jump:


Users browsing this thread: 3 Guest(s)