Ike_fin 0 Posted January 11, 2008 Is it possible to add GPS unit(ctrl+m thing) to some unit that does not have it? Share this post Link to post Share on other sites
loyalguard 15 Posted January 11, 2008 I have't used it, but I believe the showGPS command will do the trick. EDIT: I need to verify. SECOND EDIT: Ok, I got some weird results in testing. The best I could do was enable GPS for all units via... showGPS = 1; ...in the Description.Ext and then disabling it for all units that you want not to have it it via... showGPS false; ...in a script that affects only those units that shouldn't have it. I couldn't get the opposite to work (showGPS = 0; and showGPS true;) Share this post Link to post Share on other sites
CarlGustaffa 4 Posted April 4, 2009 Very useful. This should be shown on the biki. Must be frustrating for newcommers not to get the expected results. Share this post Link to post Share on other sites
hoz 0 Posted April 11, 2009 It is clearly documented in the Biki and has been for some time. :bounce3: Share this post Link to post Share on other sites