Basically, what you want to do is load these hands at the beginning of your code. Then, in the loop, you want to position these hands to the position of the camera, rotate them to the camera's rotation, and then move them forward a bit. So here is something that you would want to put in your program. The first bit goes toward the beginning of the program in your setups, and the other half goes in your main loop:
hands = whatever object you want to use for your hands
load object "hands.x",hands
`***************************************************
position object hands camera position x() camera position y(), camera position z()
rotate object hands 0, camera angle y(), 0
move object hands, 1
It would help us help you if you posted your code or at least part of it in a code box, and also possibly your hands model.
Anarchy Burger - hold the Government!