SA-MP Forums Archive
Ayuda se desconecta npc - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Ayuda se desconecta npc (/showthread.php?tid=538499)



Ayuda se desconecta npc - Jeree10 - 22.09.2014

Hola resulta que el npc se conecta normalmente y al minuto se desconecta їQue puede ser?

Edit: en el server.cfg tengo maxncp 6


Re: Ayuda se desconecta npc - Jeree10 - 22.09.2014

alguien sabe porque puede ser?
Tengo en
Код:
public OnPlayerSpawn(playerid)
{

if(IsPlayerNPC(playerid)) return 1;
{
Y en
Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) return 1;