akinkhoo 0 Posted July 12, 2004 I make an ATGM based on the M2staticGME. however after i mount it, i can't fire nor rotate the weapon. what am i missing...  <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class ATGM_vWPN: M2StaticMGE {  model ="ATGM\ATGM_vWPN";  displayName ="Dragon";  //this vehicle catagory  vehicleClass ="my mountable";  //my soldier class  crew ="myEastSoldier";  //my weapon system  weapon[]={"ATGM"};  magazines[]={"ATGM_MAG"};  //my half sitted soldier  gunnerAction="ManActvWPN";  gunnerInAction="ManActvWPN"; }; weapon system based on my working infantry carried weapon. why will it not work?  Share this post Link to post Share on other sites
Marss911 0 Posted July 12, 2004 Maybe its a model Problem? Got all the names like the supose to be? Share this post Link to post Share on other sites
akinkhoo 0 Posted July 13, 2004 i trust that the model is correct, it was configured closely to the orginal, i most likely missed something which i still have no clue as to how and what.. Share this post Link to post Share on other sites