31.08.2011, 18:53
(
Последний раз редактировалось Reynolds; 01.09.2011 в 11:00.
)
Okay, so we've got that problem. The NPCs doesn't even try connect. We've that script which should let NPCs to connect.
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.
Код:
#include <a_samp> public OnFilterScriptInit() { ConnectNPC("Boltsucher","npcidle"); ConnectNPC("Biciklis","npcidle"); return 1; } public OnFilterScriptExit() { return 1; }
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.