Hi
Im building an heli and its almost finnished. So after the modelling and texturing was done, I wanted to test my heli in-game. I had worked on the model for some hours and didnt wanted to begin the config-file editing yet, so I decided to make it a static first, just to see how it looks ingame. So, here is my config file:
class CfgPatches
{
   class BRSSEB_R44
   {
      units[] = {BRSSEB_R44};
      weapons[] = {};
      requiredVersion = 1.75;
   };
};
class CfgVehicles
{
   class All {};
   class Static: All {};
   class Building: Static {};
   class NonStrategic: Building {};
   class TargetTraining: NonStrategic {};
   class TargetGrenade: TargetTraining {};
  ÂÂ
   class BRSSEB_R44: TargetGrenade
   {
      model="\R44\R44";
      armor=20;
      scope=2;
      displayName="R44 Raven";
   }
  ÂÂ
}
Simple stuff. Almost the same used in my crate-tutorial. But here is what happens ingame:
http://www.geocities.com/brsseb/stuff/strange.jpgSome white frame with an grey arrow in it surrounds the model! WHY?? Someone?