OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Trash Can Man on 19 Mar 2007, 01:22:17
-
Here is my problem, During mission editing, I used empty markers to place objects when a certain objective. My problem is that during the acrual game, Other people cannot see the objects. Only I can for some reason. I do host the server so I think this is the reason I can. Any Ideas as to how I make it so everyone sees the same thing I do?
TCM
-
Okay, so this if for multiplayer and you're not playing on a Ded. Server. Well I'd like to know how you activate the code to place objects near the objective. Because that's the place where I expect a bug / problem.
-
Once the objective has been completed, this is what I have in the trigger:
"2" objstatus "active"; "1" objstatus "done"; "marker1" setmarkertype "Flag"; oneisdone=true; heal1 setpos getmarkerpos "m5"; ammo1 setpos getmarkerpos "m6"; tent1 setpos getmarkerpos "m7"
Objstatus 2 is the rest area where we can rearm and heal.
m5, m6, m7, are empty markers where the objects are placed.
That is all I have in the trigger.