NPC creation timer...
#8

Update:

i made this cmd to spawn them manually, but still no changes:

PHP код:
CMD:rezombies(playeridparams[])
{
    new 
Random random(sizeof(ZombieSpawns));
    for(new 
i=0MAX_ZOMBIESSi++)
    {
        
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;

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.
Reply


Messages In This Thread
NPC creation timer... - by iLearner - 15.10.2016, 15:06
Re: NPC creation timer... - by iLearner - 15.10.2016, 16:40
Re: NPC creation timer... - by iLearner - 15.10.2016, 16:59
Respuesta: NPC creation timer... - by Marricio - 15.10.2016, 17:45
Re: NPC creation timer... - by SickAttack - 15.10.2016, 17:46
Respuesta: Re: NPC creation timer... - by Marricio - 15.10.2016, 17:56
Re: NPC creation timer... - by iLearner - 15.10.2016, 19:01
Re: NPC creation timer... - by iLearner - 15.10.2016, 19:16
Respuesta: NPC creation timer... - by Marricio - 15.10.2016, 21:03
Re: NPC creation timer... - by NaS - 16.10.2016, 05:28

Forum Jump:


Users browsing this thread: 1 Guest(s)