createMarker – Talk
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "ArmA 3" to "Arma 3") |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
If this thing is really global of effect, then that is bad news... for those who want to implement any sort of 'team specific markers'. On the other hand, I have a hard time thinking it really is, as it would seem pointless. Those to whom it would possibly be of use to have it like that, would be those who had all the scripts run at all computers anyway. --[[User:MaHuJa|MaHuJa]] 19:24, 29 December 2006 (CET) | If this thing is really global of effect, then that is bad news... for those who want to implement any sort of 'team specific markers'. On the other hand, I have a hard time thinking it really is, as it would seem pointless. Those to whom it would possibly be of use to have it like that, would be those who had all the scripts run at all computers anyway. --[[User:MaHuJa|MaHuJa]] 19:24, 29 December 2006 (CET) | ||
* There's always createMarkerLocal for the team specific, individual or just simply local markers. [[User:TeaCup|teaCup]] 20:44, 23 October 2009 (CEST) | * There's always createMarkerLocal for the team specific, individual or just simply local markers. [[User:TeaCup|teaCup]] 20:44, 23 October 2009 (CEST) | ||
== Creating markers local == | |||
As im not sure about the way the notes should go: | |||
to make markers removable during mission, you need to give them the prefix "_USER_DEFINED" (only tested in Arma 3) | |||
for example: | |||
"_USER_DEFINED someMarkerName" <span style="font-style:italic;font-size:75%;">-- The preceding comment by [[User:Cpt. HM Murdock|Cpt. HM Murdock]] on 22:59, 14 March 2014.</span> | |||
== Referencing markers removal == | |||
No such info on the page and fast ,Search: BICW ,for the keywords didn't gave an answer. |
Latest revision as of 15:26, 15 February 2020
If this thing is really global of effect, then that is bad news... for those who want to implement any sort of 'team specific markers'. On the other hand, I have a hard time thinking it really is, as it would seem pointless. Those to whom it would possibly be of use to have it like that, would be those who had all the scripts run at all computers anyway. --MaHuJa 19:24, 29 December 2006 (CET)
- There's always createMarkerLocal for the team specific, individual or just simply local markers. teaCup 20:44, 23 October 2009 (CEST)
Creating markers local
As im not sure about the way the notes should go: to make markers removable during mission, you need to give them the prefix "_USER_DEFINED" (only tested in Arma 3) for example: "_USER_DEFINED someMarkerName" -- The preceding comment by Cpt. HM Murdock on 22:59, 14 March 2014.
Referencing markers removal
No such info on the page and fast ,Search: BICW ,for the keywords didn't gave an answer.