Home   Help Search Login Register  

Author Topic: In game problem  (Read 1206 times)

0 Members and 1 Guest are viewing this topic.

Offline Trash Can Man

  • Members
  • *
  • We are no longer the knights who say "Ni!"
In game problem
« 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

Offline Cheetah

  • Former Staff
  • ****
Re: In game problem
« Reply #1 on: 19 Mar 2007, 17:02:32 »
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.
Like missions? Help with Beta Testing! or take a look at the OFPEC Missions Depot for reviewed missions!

Offline Trash Can Man

  • Members
  • *
  • We are no longer the knights who say "Ni!"
Re: In game problem
« Reply #2 on: 19 Mar 2007, 20:33:51 »
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.