[Release] [Zombies] Health and Zombie Counter
-
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 !