Hi there. I have a problem with spawn "teddy bear" Here is the code.
HTML Code:
main()
{
    teddy = getent("script_model");
    teddy setHintString("Press F to buy teddy");
    teddy = spawn("script_model", (174, -310, 16));
    teddy.angles = (0, 57, 0);
    teddy setmodel("xmodel/prop_bear_detail_sitting");
}
In menus.gsc I load the model teddy bear

HTML Code:
precacheModel("xmodel/prop_bear_detail_sitting");
Teddy don't spawn. I don't now where is problem.