habs grin

Code:
ENTITY* test;

function create_()
{
 
  test = ent_create("texture.bmp",vector(10,0,0),NULL);
  set(test,DECAL);
 
}