Hi there , I'm new to dark gdk and need some help.
i have added the following lines of code
dbLoadObject ( "Colonel-X.X", 4 );
dbPositionObject(4, 500, 0, 500);
float fltPlayerX ;
float fltPlayerZ ;
dbPerformChecklistForObjectLimbs(4);
//dbLoopObject ( 5 );0 );
dbLoopObject ( 4, 235, 259 );
dbSetObjectSpeed ( 4, 25);
dbLoadObject ("DUAL_Elite.X" , 6);
and in the main loop
dbGlueObjectToLimb(4, 33,6);
( 33 is the hand limb)
what im trying to do is add a gun to my fps.
when i load this code up my camera doesnt pitch up/down anymore but it does when i comment dbGlueObject out
how do i fix this??
Thanks!