SA-MP Forums Archive
Npc not connect - 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)
+--- Thread: Npc not connect (/showthread.php?tid=568001)



Npc not connect - bigboy81 - 18.03.2015

Код:
RESOLVED



Re: Npc not connect - De4dpOol - 18.03.2015

check max_npcs in server.cfg


Re: Npc not connect - bigboy81 - 18.03.2015

Quote:
Originally Posted by De4dpOol
Посмотреть сообщение
check max_npcs in server.cfg
My number in server.cfg of max_npc is earlier added to 10 but still does not work


Re: Npc not connect - DeitY - 18.03.2015

Show us server log.

Do you have register/login system on server?


Re: Npc not connect - SickAttack - 18.03.2015

Add this in your callbacks, there's a chance the NPC isn't working because of them:
pawn Код:
if(IsPlayerNPC(playerid)) return 1;
Make sure you've created the npc recording file and its respective pwn/amx file; check this out for more information on NPCS: https://sampforum.blast.hk/showthread.php?tid=95034


Re: Npc not connect - bigboy81 - 19.03.2015

Problem was fixed by me.
ConnectNpc was not make fine..