when i try to compile it shut down and give the "internal error"
what am i doing wrong? just want to spawn a solid model..
Code:
public model
{
new ent = create_entity("info_target")
entity_set_origin(ent,-576 2045 -320);
entity_set_model(ent,"models/xtreme/model.mdl");
entity_set_int(ent,EV_INT_solid, 2)
drop_to_floor(ent)
return PLUGIN_HANDLED
}