[Release] [Zombies] Health and Zombie Counter
-
HEALTH AND ZOMBIE COUNTER
Credits: Cahz (Zombie Counter)
Hi, this is my Zombie and Health Counter custom GSC that i use on my server. I hope you like it.Download
https://github.com/SantitosLolz/BO2-Mods/tree/main/Zombie Mods/Zombies and Health Counter/v1.2Virustotal
https://www.virustotal.com/gui/file/616a6e865878197761871f845559d24629cd03c0b18c3e0c1a621f1187d28701Installation
To use this mod, just install the precompiled GSC or use the source code for your own GSC
How to load custom GSC files on PlutoniumFEATURES
- Zombie Counter on screen
- Health Counter on screen
Screenshots
Changes
v1.1
ReplacedsetText
tosetValue
to prevent overflow crashes.v1.2
Replacedlevel waittill( "start_of_round" );
toflag_wait( "initial_blackscreen_passed" );.
I'M NEW TO GSC, SO FEEL FREE TO REPORT ANY BUG
-
I had to delete the other post because it was glitched and it wouldn't let me edit it.
-
Santitos
Insteed oflevel waittill( "start_of_round" );
Use
flag_wait( "initial_blackscreen_passed" );
With this also spectator who join after can see the zombies counter
-
Sorex Thank You! Updated
-
Santitos this script run on bo1???
-
This post is deleted!
-
divide_color( a, b, c ) { return( a / 255, b / 255, c / 255 ); }
If you want to, I haven't seen it yet.
you can divide the color of the health and zombies, have it green for max health, half health yellow, and low red with this function same with zombies, have it red for last ect, its cool and it hasn't been done to my knowledge. exampleif( self.health <= 100 ) { return divide_color( math ); } else { return divide_color( math ); } ``` I'll test and get the math and update this later
-
JuiceTrailer62 I do this with my health indicators(draws waypoints above player's heads so you can see how much health they have roughly).
-
JezuzLizard waypoints is very cool, only thing I ever worked on like that is drawing shaders on zombies for generic wallhacks lol, your code is very clean and organized that will be me one day
-
@BlackZertus no it doesnt
-
JezuzLizard This for parts on the origin map would be cool. Finding them is a pain in the ass.
-
How do i intsall this zombie counter into my game
-
I changed the location of the Zombie Counter and Delete the Health.
-
ZombieZtone You don't have to compile gsc anymore. you can do it raw.
-
how to hide both zombie counter and health bar for other players cant see it
-
Thanks for this script, is one of the best
-
Dark_Phantom they can't
-
nice
keep it up boys !