Npc help
#3

Quote:
Originally Posted by Joe Staff
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.
}
OMG THANK YOU in a 17 posts topic they couldn't tell me that... Now I just gotta get them to move ! lol Thank you Joe

---Sorry for going off topic
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: 4 Guest(s)