NPC Problem ?? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NPC Problem ?? (
/showthread.php?tid=164290)
NPC Problem ?? -
xinix000 - 30.07.2010
When i run the server npc is come in and immediately exit why it be like that ??
[03:13:12] Incoming connection: 127.0.0.1:55343
[03:13:12] [npc:join] TrainDriverLV has joined the server (1:127.0.0.1)
[03:13:12] NPC: Connection from 127.0.0.1 is allowed.
[03:13:12] [npc
art] TrainDriverLV has left the server (1:2)
[03:13:12] Incoming connection: 127.0.0.1:55344
[03:13:12] [npc:join] TrainDriverLS has joined the server (0:127.0.0.1)
[03:13:12] NPC: Connection from 127.0.0.1 is allowed.
[03:13:12] [npc
art] TrainDriverLS has left the server (0:2)
[03:13:14] Incoming connection: 127.0.0.1:55345
[03:13:14] [npc:join] TrainDriverSF has joined the server (2:127.0.0.1)
[03:13:14] NPC: Connection from 127.0.0.1 is allowed.
[03:13:14] [npc
art] TrainDriverSF has left the server (2:2)
[03:13:14] Incoming connection: 127.0.0.1:55346
[03:13:14] [npc:join] PilotLV has joined the server (3:127.0.0.1)
[03:13:14] NPC: Connection from 127.0.0.1 is allowed.
[03:13:14] [npc
art] PilotLV has left the server (3:2)
[03:13:14] Incoming connection: 127.0.0.1:55347
[03:13:14] [npc:join] PilotSF has joined the server (4:127.0.0.1)
[03:13:14] NPC: Connection from 127.0.0.1 is allowed.
[03:13:14] [npc
art] PilotSF has left the server (4:2)
[03:13:14] Incoming connection: 127.0.0.1:55348
[03:13:14] [npc:join] PilotLS has joined the server (5:127.0.0.1)
[03:13:14] NPC: Connection from 127.0.0.1 is allowed.
[03:13:14] [npc
art] PilotLS has left the server (5:2)
Re: NPC Problem ?? -
DokerJr - 30.07.2010
My NPC leaves my server after it joins
Your script is forcing the NPC to login, or you have an anti-cheat / ping kicker that is interfering with your NPC. You can add...
Quote:
if(IsPlayerNPC(playerid)) return 1;
|