and then when u enter it it animates a ladder climibing animation... now i dont have the basicanimations.hpp or was it basic defines....? anyway. so i dont have the animations, where can i get it?![]()
![]()
and then when u enter it it animates a ladder climibing animation... now i dont have the basicanimations.hpp or was it basic defines....? anyway. so i dont have the animations, where can i get it?![]()
![]()
Solid_s,
You need to spend more than 5 seconds writting your problem and questions down here ..... if you expect an answer. Far to difficult to understand you.
- I assume its not actually CLIMBING a ladder, but is in the high ladder pose.
- I assume you are talking about the GetIn and GetOut actions.
You could do;
orOriginally Posted by [b
orOriginally Posted by [b
or (likely the one using now)Originally Posted by [b
Originally Posted by [b
that is correct, now, where do i add them? in the basic dfines hpp , model.cfg, or config.cpp![]()
config.cpp
The Arm II and Arma III Airforce is being prepared, fuel have been checked, systems checked....
(Faint Roar of engines in the distance)
previews and movies of addons past/future and present on youtube:
http://www.youtube.com/user/eblevinda
After the CFGVehicle bit, like;
Config.cpp
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">........
.........
........
class CfgVehicles
{
class Air;
class Plane: Air
{
class NewTurret;
class ViewPilot;
class MFD;
};
class SNKMyPlane : Plane
{
----> paste here
[/QUOTE]