NPC Connection Problem
#7

You may ask, I thought maybe it can't load same files for every npc, and that's why I made 40 of them , but if I may not have space, how does first NPC connects and spawns?

EDIT:

pawn Код:
public AddNPC(slot){
    if(slot == 42) return true;
    new name[24];
    format(name, sizeof(name), "NPC%d", slot);
    ConnectNPC(name, "npcidle");
    slot++;
    SetTimerEx("AddNPC", 3000, false, "d", slot);
    return true;
}
still just adding one NPC
Reply


Messages In This Thread
[SOLVED] NPC Connection Problem - by CoaPsyFactor - 11.02.2013, 23:59
Re: NPC Connection Problem - by MP2 - 12.02.2013, 00:02
Re: NPC Connection Problem - by CoaPsyFactor - 12.02.2013, 00:03
Re: NPC Connection Problem - by MP2 - 12.02.2013, 00:06
Re: NPC Connection Problem - by CoaPsyFactor - 12.02.2013, 00:09
Re: NPC Connection Problem - by MP2 - 12.02.2013, 00:14
Re: NPC Connection Problem - by CoaPsyFactor - 12.02.2013, 00:17
Re: NPC Connection Problem - by MP2 - 12.02.2013, 00:19
Re: NPC Connection Problem - by CoaPsyFactor - 12.02.2013, 00:31

Forum Jump:


Users browsing this thread: 1 Guest(s)