Jump to content
Sign in to follow this  
-Paladin-

Map/Gps/Compass/Clock

Recommended Posts

I search the forum with the search function and look´d to the arma1 sites but i dident find any answers.

I Mr-Murrays editing gide stands that the Map/Gps....( i will call them items)

can only be deactivetet by a description.ext.

Is ther a way to remove this items in the editor like a m4 and grenades?

I was searching the names of this items but i found nothing not even in that sticky above.

Ok removeallitems this works so it posibel to take all items away but how i give them back like, a grunt only having a clock and cb?

It woud be nice if sombady has the names of the items for the editor.

Edited by -Paladin-

Share this post


Link to post
Share on other sites

Works also via script or trigger i think.

1=show

0=not show

ShowCompass = 1;         
ShowGPS = 0;              
ShowMap = 1;              
ShowNotepad = 1;          
ShowWatch = 1; 
ShowRadio = 0;

Or you try ShowGPS false. Not tested! ^^

Also i don't know if ShowNotepad works in ArmA2.

Edited by Imutep

Share this post


Link to post
Share on other sites

removeAllItems unit;

unit addWeapon "ItemMap";

unit addWeapon "ItemCompass";

unit addWeapon "ItemWatch";

unit addWeapon "ItemRadio";

Xeno

Share this post


Link to post
Share on other sites
removeAllItems unit;

unit addWeapon "ItemMap";

unit addWeapon "ItemCompass";

unit addWeapon "ItemWatch";

unit addWeapon "ItemRadio";

Xeno

Thank you very much, that helpt :-)

I will save this and write it on paper.

Share this post


Link to post
Share on other sites

Omg, removing the radio removes the AI radio voices, but commands will be heard as direct chat instead. Truly amazing detail. Now, does this work in multiplayer as well? If not having a radio you can not chat on other than direct channel?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×