Hi !
I have a trigger in a MP mission with condition (player hasweapon "BAS_satcom") and on activation it has the OnMapSingleclick command to move a marker on the map.
The marker moves but only on the computer of the client who meets the condition.
A very simple action script (to test my idea) activates a trigger that starts a script that makes a chopper move to the marker (on the new location) even though the server doesn't see the marker at the new location (the setmarkerpos seems to be is executed only on the above described client, but still the choppers move to the right place).
1:st What is the real position of the marker (in this case) ? and 2:nd How do I move a marker with OnMapSingleClick and get it executed on all computers ?
Thanks
Laggy