NPC problem. (Will +Rep)
#1

I have a zombie event within my server. This is the only thing adding NPC's into my server.

I have zombies continuously being connected to my server. The first 5-8 NPC's connect and work properly. But after that whenever a NPC trys to connect it just leaves almost instantly after it connects. I don't see them connecting ingame but it shows up in the console.

I have a function to avoid them having to log in.

Код:
OnPlayerConnect(playerid);
{
if(IsPlayerNPC(playerid)){ SpawnPlayer(playerid); }
}

&&

public OnPlayerRequestClass(playerid, classid)
{
if(IsPlayerNPC(playerid)){ SpawnPlayer(playerid); }
}
I don't know what could be causing it! D:
Reply


Messages In This Thread
NPC problem. (Will +Rep) - by Marco_Valentine - 17.04.2012, 10:55
Re: NPC problem. (Will +Rep) - by Marco_Valentine - 17.04.2012, 11:07
Re: NPC problem. (Will +Rep) - by Marco_Valentine - 17.04.2012, 20:09
Re: NPC problem. (Will +Rep) - by SpiritEvil - 17.04.2012, 20:11
Re: NPC problem. (Will +Rep) - by MP2 - 17.04.2012, 20:13
Re: NPC problem. (Will +Rep) - by Marco_Valentine - 18.04.2012, 03:27

Forum Jump:


Users browsing this thread: 1 Guest(s)