Hello guys i'm new here :P.
tonight i was trying to add a Muzzle sprite to my gun but the engine just keep crashing like a milisecond before the compiling its complete.
This its the problmatic part of the code.
The crash happend when i set flags2 = VISIBLE. Its really weird. (i already tryed with diferentes sprites)
Code:
ENTITY* weapon_muzzle=
{
       type = "+16gunfire.bmp";
	layer = 2;
        flags2 = VISIBLE; 
	flags = VISIBLE;
	view = camera;
	x = 0;
	y = 0;
	z = 30;

}


Later guys smile and excuse my bad english frown