This is the code that I have:
Code:
...
DLLFUNC void AddEntity(ENTITY* ent,char* mdl)
{
ent = ent_create(mdl,vector(0,0,0),NULL);
}


I need to do something to send relevant information.