15.10.2016, 19:16
Update:
i made this cmd to spawn them manually, but still no changes:
Also, i saw (with a program) they're all "AFK" killing them with cmd or spawning them makes no effect on them
I also tried reducing npc's number to as low as 2! but still same thing.
i made this cmd to spawn them manually, but still no changes:
PHP код:
CMD:rezombies(playerid, params[])
{
new Random = random(sizeof(ZombieSpawns));
for(new i=0; i < MAX_ZOMBIESS; i++)
{
FCNPC_Spawn(i,DayZ_Z_RandSkinZombie[random(sizeof(DayZ_Z_RandSkinZombie))],ZombieSpawns[Random][0],ZombieSpawns[Random][1],ZombieSpawns[Random][2]);
FCNPC_SetAngle(i,ZombieSpawns[Random][3]);
}
SendClientMessage(playerid, -1, "Zombies respawned!");
return 1;
}
I also tried reducing npc's number to as low as 2! but still same thing.