Electric Cherry Shader
-
I've been trying to get Electric Cherry to appear on my hud, but whatever I rename the shader to, it never appears.
-
I'd like to mention that Who's Who also has the same problem, it just doesn't show up on the hud, just leaves a blank space
-
apparently precaching for that specific map will work.
added:
precacheshader("specialty_electric_cherry_zombie"); precacheshader("minimap_icon_electric_cherry");
to
level.script == "zm_tomb"
and it worked after some trial and error.