Hi,
is it possible to glide over an entity vertically?
E.g. a player-model that glides over a table-model (with table_height < player_height/2)
I'm using c_move this way:
Code:
c_move( my, vector( key_force.y * time, 0, 0 ), nullvector, GLIDE );
everything is working fine except of vertical-glide on collision with entities...
thanks in advance
rob