Post: Enemy Counter [Script]
01-05-2013, 11:45 PM #1
primetime43
Knowledge is power Tiphat
(adsbygoogle = window.adsbygoogle || []).push({}); This script shows you how many of the enemy are left, I used it in campaign and zombies, so I guess you could use it for multiplayer.

    
zombCount()
{
self endon("disconnect");
self endon("death");

zCount = createFontString("default", 2, self);
zCount setPoint("CENTERRIGHT", "CENTERRIGHT", 0, 25);

for(;Winky Winky{
zC = getAIArray("axis");
zCount setText("^1Enemies Remaining : " + zC.size);
wait .1;
}
}


Credits:
Again, I have no idea, but its not me so...
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo