the simplest way to do it from what i know is (put this in the mans init field);
this setpos [getpos this select 0, getpos this select 1, 10]
setpos tells the game to set his position
getpos gets the mans position
select 0 or select 1 selcts the same postion you got from getpos
10 is the vertical height.
hope this helps