Hi how i can edit my byt move type.Now my byt jumps but i want to fly from point a to b no touch the ground.
Sorry for my english i make picture my idea

please help me
[IMG]http://img89.**************/img89/3969/alieds.png[/IMG]
//my Code
PHP Code:
new Float:flProperty1;
pev( ent, pev_fuser1, flProperty1);
if( flProperty1 == 0.0 )
Move[id][2] = 500.0;
else
Move[id][2] = flProperty1;
Move[id][1] = 0.0;
Move[id][0] = 0.0;
entity_set_int(ent, EV_INT_movetype, MOVETYPE_BOUNCE);
set_pev(ent, pev_velocity, Move[id][0], Move[id][1], Move[id][2]);