ok iam a n00b (well thats why iam in this forum
. I finished the 3D tutroials (the monster hunting FPS one) and i started to experiment with the code, eventually replacing the gun barrel with a mp5 form darkMATTER.
This is wot it looked like:
as u can see, the weapon is not displaying properly. If i put the mp5 model on the floor, it displays properly, so i think it s something to do with the positioning of the gun.
heres how i load the gun into the matrix:
rem load weapon
load object "mp5\H-MP5-Static.x",2
position object 2,3,-4,8
fix object pivot 2
scale object 2,2000,2000,2000
lock object on 2
if anybody can tell me why its like that and show me how to do it properly i'll be very gratefull as this porblem has annoyed me very much. Thanks in advance!