You're welcome.What is a bug for me, is the solution for you.
Also I forgot to say that you need to link zombies to something that is never going to be moved (with script I mean). Because there could be some i...
11 years ago
Thanks @Soy-Yo that worked like a charm all thats left to do is make the effect, thanks again
11 years ago
Ok so I did a bit of research in the forums and found a way to get zombies hit by a certain grenade
[code]
zombies = getaiarray("axis");
radius = spawn("trigger_radius", grenade.origin);
for(i = 0; i < zombies.size; i++) {
if(...
[code]
zombies = getaiarray("axis");
radius = spawn("trigger_radius", grenade.origin);
for(i = 0; i < zombies.size; i++) {
if(...
11 years ago
Hi again guys and gals, I have been working on what I believe to be the widows wine perk from black ops 3
the features so far:
1) every zombie that hits you behind a window instantly dies
2) when hit by a zombie behind the window you get (depending on your health) 25 - 250 points
the features so far:
1) every zombie that hits you behind a window instantly dies
2) when hit by a zombie behind the window you get (depending on your health) 25 - 250 points
11 years ago
Nvr mind I thought you were telling me to change the resolution via the asset manager but you ment the actual cod waw settings. It worked thanks
11 years ago
your texture quality is set to low. Put it on high/extra. Because it isisnt stock its not gonna render it full quality so u do need to ramp up your texture settings
I only know the very basics of...
11 years ago
What is a bug for me, is the solution for you.