SA-MP Forums Archive
Ayuda 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 NPC (/showthread.php?tid=221178)



Ayuda NPC - MTZ - 05.02.2011

Necesito saber como poner un npc con el NPCgenerator. Hay una parte que no entiendo que dice asi :


"6) Connect your NPC to the server. ( ConnectNPC(name[],file[]);"


Nose de done ejecutar ese comando . Alguien me ayuda ? Gracias!


Re: Ayuda NPC - [L3th4l] - 05.02.2011

pawn Код:
public OnGameModeInit()
{
    ConnectNPC("Nombre", "NombreDelaFile");
    return 1;
}