If you have a static model object set its polygon flag to "on"

For dynamic models (the player model e.g.) write at the beginning of your action:
c_updatehull(my,my.frame);
wait(2);

And use the new c_* commands (c_move, c_trace, c_rotate and so on)