NPC doesn't even try to connect
#1

Okay, so we've got that problem. The NPCs doesn't even try connect. We've that script which should let NPCs to connect.

Код:
#include <a_samp>
public OnFilterScriptInit()
{
	ConnectNPC("Boltsucher","npcidle");
	ConnectNPC("Biciklis","npcidle");

	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}
We use the default NPC idle recording and script which comes with the R5 package. The funny thing the NPCs aren't try to connect, there's no incomming connections shown in the log at all. Our server isn't locked, and we tried to run it on grandlarc, with no FSes at all (except the script above, of course). Of course, the maxnpc has been set correctly.

The weirdest, in some computers/copies of SAMP server it works, for example, on mine it works, but in the host's, and on my friend's computer, it doesn't. So we're out of ideas now, anybody could give us a solution would be appreciated.
Reply


Messages In This Thread
NPC doesn't even try to connect - by Reynolds - 31.08.2011, 18:53
Re : NPC doesn't even try to connect - by Naruto_Emilio - 31.08.2011, 19:26
Re: Re : NPC doesn't even try to connect - by Reynolds - 01.09.2011, 10:50
Re: NPC doesn't even try to connect - by =WoR=Varth - 01.09.2011, 10:57
Re: NPC doesn't even try to connect - by Reynolds - 01.09.2011, 10:59
Re: NPC doesn't even try to connect - by =WoR=Varth - 01.09.2011, 11:06
Re: NPC doesn't even try to connect - by Reynolds - 01.09.2011, 11:18
Re: NPC doesn't even try to connect - by =WoR=Varth - 01.09.2011, 11:38
Re: NPC doesn't even try to connect - by -CaRRoT - 01.09.2011, 11:57
Re: NPC doesn't even try to connect - by Trol_Patrol - 01.09.2011, 11:57

Forum Jump:


Users browsing this thread: 2 Guest(s)