Code:
entity_set_int(pipebomb, EV_INT_movetype, MOVETYPE_NONE);
entity_set_edict(pipebomb, EV_ENT_aiment, 0);
drop_to_floor(pipebomb);
Think that's how you'd do it ;]
If drop_to_floor doesn't work, try setting the verticle velocity to a negative number.
__________________