thanks but it didn't work either, but i realized i could do this:
PHP Code:
vOrigin[2] += aimvec[2]
to
PHP Code:
vOrigin[2] += aimvec[2] + 60
now it displays correctly as I want, I don't know if it's the best way but it works for me, thanks again for the help.