How do i Create a terrain with lite-c?

I try ent_create("terrain.hmp",vector(0,0,0),NULL);

the compiler sems to skip this line if it is to create a .HMP, but not if it is .MDL

also level_load("terrain.hmp"); does work..... can you use only one HMP per level?

any help?