(adsbygoogle = window.adsbygoogle || []).push({});
I Cant Get Any Of My Backgrounds On My Menu Base !
here is what i put
init()
{
precacheShader("line_horizontal");
precacheShader("ui_host");
precacheShader("
em_bg_ani_beast");
<-- this Wont work along with anything else i put ?
level.icontest = "line_horizontal";
precacheModel( "projectile_hellfire_missile" );
level._effect[ "flak20_fire_fx" ] = loadfx( "weapon/tracer/fx_tracer_flak_single_noExp" );
level.vehicle_explosion_effect = loadfx( "explosions/fx_large_vehicle_explosion" );
self.menu.background = self drawShader("
em_bg_ani_beast", +200, -100, 200, 1000, (0.04, 0.66, 0.89), 0, 0);
<--- Shader ??
Please help and can you help with a good explanation