10.12.2011, 18:27
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:
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.
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