Jump to content
Sign in to follow this  
frosties

Task issues

Recommended Posts

Was playing my mission last night with a friend of mine, and we encountered some task issues.

When he completed an objective, it didnt mark as complete with me, but it gave me the new objective.. was like this with several objectives and i cannot find whats wrong...

Any ideas?

Share this post


Link to post
Share on other sites
Was playing my mission last night with a friend of mine, and we encountered some task issues.

When he completed an objective, it didnt mark as complete with me, but it gave me the new objective.. was like this with several objectives and i cannot find whats wrong...

Any ideas?

Hello.

Without knowing more it's just a wild guess (for me), but it sounds like the trigger/script setting the task was activated only on his machine.

How is it triggered?

Kind Regards

Melvin

Share this post


Link to post
Share on other sites

tskFindHelo = player createSimpleTask ["Find the missing helicopter!"];

i guess that i have to change player to something different to make the tasks be "global" for the entire team?

Share this post


Link to post
Share on other sites
i guess that i have to change player to something different to make the tasks be "global" for the entire team?

Yes, tasks are local only. Have a look at this thing I made.

Share this post


Link to post
Share on other sites

That should work, but you'd have to make sure each player ran that code. Running that from a trigger should do it, as that'll run it on every client connected.

Share this post


Link to post
Share on other sites

Will take a look...

noticed this "player" thing today first when i started making a new mission at 'Lingor'

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  

×