Jump to content
  • 0

Add external p3d model to epoch


rvg?!

Question

I would like to put a new modell into epoch, but i dont know really how to init the object for the players and server.

My way would now to create it inside the description.ext

class MyObject {
  
  class Objects { 
    
 	   class Car {
         
          type = 82;
          model = "\A3\Structures_F\Vehicles\Car_green.p3d";
          scale = 1;
    
    };
  };
};

So that i can use the car as a normal ingame vehicle.

Is it possible that way?

Any help/idea will be appreciated!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...