Hi, I'm attempting to have an onscreen model attached to the camera using the ENTITY* function, this is that section of code (I'm using lite C):


ENTITY* ak_onscreen =
{
type = "ak.mdl";
flags = SHOW;
view = camera;
}


But when I run the game it has the following error message:

Parameter unknown ENTITY
Parameter unknown type
Parameter unknown flags
Parameter unknown view

And then it shuts down. Please help!