NPC :(
#7

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
   
    if (IsPlayerNPC(playerid))
    {
      SpawnPlayer(playerid);
      return 1;
    }
    return 0;
}
Try using that, works for me
Reply


Messages In This Thread
NPC :( - by Manku - 15.09.2009, 14:38
Re: NPC :( - by Sayaron - 15.09.2009, 14:56
Re: NPC :( - by brett7 - 15.09.2009, 15:10
Re: NPC :( - by Manku - 15.09.2009, 16:13
Re: NPC :( - by Sayaron - 15.09.2009, 16:51
Re: NPC :( - by Daem - 15.09.2009, 17:08
Re: NPC :( - by Sayaron - 15.09.2009, 17:59
Re: NPC :( - by V1ceC1ty - 16.09.2009, 00:23

Forum Jump:


Users browsing this thread: 1 Guest(s)