Posts: 23
Threads: 3
Joined: Oct 2015
Quote:
Originally Posted by Dayrion
Isn't that should be:
PHP код:
for(new i, zombieid; i < sizeof(Zombies); i++){
format(ZombieNombre, 10, "Zombie_%i", i);
zombieid = FCNPC_Create(ZombieNombre);
FCNPC_ToggleMapAndreasUsage(zombieid, true);
FCNPC_Spawn(zombieid, ZombieSkin(Zombies[i][zTipo]), Zombies[i][zX],Zombies[i][zY],Zombies[i][zZ]);
}
|
Worked, i see my error, thanks!
+REP.