spawning NPCs (+rep)
#1

Hello, i want to make a system, its kinda simple actually,

but how can i spawn multiple NPCs
something like that:
Код:
ongamemodeinit:
ConnectNPC("[BOT]Mission","NPC");

onplayerspawn:
for(new i = 0; i < sizeof(BossInfo); i++)
{
SetPlayerPos(i,BossInfo[i][hqEntranceX],BossInfo[i][hqEntranceY],BossInfo[i][hqEntranceZ]);
}
i dont know how to connect them and how to set them at the right pos.can someone help me?thanks
Reply


Messages In This Thread
spawning NPCs (+rep) - by WardenCS - 13.04.2012, 20:54
Re: spawning NPCs (+rep) - by zSuYaNw - 13.04.2012, 21:13
Re: spawning NPCs (+rep) - by WardenCS - 13.04.2012, 21:16
Re: spawning NPCs (+rep) - by Marco_Valentine - 14.04.2012, 12:28
Re: spawning NPCs (+rep) - by WardenCS - 04.05.2012, 17:55

Forum Jump:


Users browsing this thread: 2 Guest(s)