Author Topic: forgetin' Zombies  (Read 20265 times)

loaded the gamemode and the zombies didnt really do anything
also there was alot of console spam.

loaded the gamemode and the zombies didnt really do anything
also there was alot of console spam.
thats really descriptive.

title contains a bad word

not c00l
« Last Edit: October 18, 2014, 01:18:54 PM by Lewdan »

The spam he's talking about is the call to setMoveDestination in ai.cs. The error causes the zombies to not move around, which is what the other guy was talking about as well.


You can fix it if you change:
%this.setMoveDestination(%closestpos, 0);
to
%this.setMoveDestination(%closestpos);
in ai.cs

The spam he's talking about is the call to setMoveDestination in ai.cs. The error causes the zombies to not move around, which is what the other guy was talking about as well.


You can fix it if you change:
%this.setMoveDestination(%closestpos, 0);
to
%this.setMoveDestination(%closestpos);
in ai.cs
are you like an alt