you problem is not about model, its about world try this;

Code:
#include <acknex.h> 
#include <default.c>

void main()
{

level_load("small.x");

ent_create("earth.mdl", vector(10, 20, 30), NULL);

} 


Last edited by justgamefreak; 08/21/08 02:14.