SA-MP Forums Archive
[BUG] NPC don't work - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: [BUG] NPC don't work (/showthread.php?tid=302837)



[BUG] NPC don't work - sprt - 10.12.2011

Hi. Before 0.3d when I used ConnectNPC to connect NPC everything worked perfectly. However, after I have updated to 0.3d NPC doesn't connect. There is not any message:
pawn Код:
printf("Connecting %s", cmdtext[5]);
ConnectNPC("NPC", cmdtext[5]);
print("Done");
Код:
[09.12.2011 20:53:08] [CMD] /npc dynamic_onfoot
[09.12.2011 20:53:08] Connecting dynamic_onfoot
[09.12.2011 20:53:08] Done
After Connecting dynamic_onfoot there should be some message about connecting NPC, but nothing appears. When using Windows NPCs connect but on my Linux server they don't work. My script doesn't block them. Please fix this.


Re: [BUG] NPC don't work - dugi - 10.12.2011

Make sure you updated your samp-npc executable.


Re: [BUG] NPC don't work - sprt - 10.12.2011

I have updated it but it still doesn't work.