IntroHud

Add an image after your zombie map loads, but before the game starts.

- Check out my BO3 GDT Creator to make a shader gdt.

Download

/* ##################### by: M.A.K.E C E N T S #####################

Script: Add to main in mapname.gsc

inhud::init( );

Add to top of mapname.gsc

#using scripts\zm\introHud;

Add to zone file

scriptparsetree,scripts/zm/introHud.gsc

material,intro_image

Change intro_image to the name of your material in all three places zone file precache level.introhud ############################################################################### */