Jump to content
Sign in to follow this  
Alwarren

Backpacks in Multiplayer

Recommended Posts

Hi.

I have a weird problem with a mission I am trying to make. I have a team with backpacks, and in the unit's init line I fill their backpacks with a default loadout. When I start the game, I can see that loadout since I am running the server, but any client that connects gets an empty backpack, both for himself as well as for AI units.

What am I doing wrong?

Share this post


Link to post
Share on other sites

What commands are you using? Unit init lines might be problematic in this case too.

Better to script it.

Share this post


Link to post
Share on other sites
What commands are you using? Unit init lines might be problematic in this case too.

Better to script it.

Hmm, I'll try that... I thought that if I scripted it it doesn't show up in the briefing screen, but now that you mention it I might have done that in the past...

Thanks :)

Share this post


Link to post
Share on other sites

All code in the init.sqf gets executed in the briefing phase - except it is past some sleep 1; or more.

Share this post


Link to post
Share on other sites

Just a note, in MP i found i had to use the AddMagazineCargoGlobal commands rather that the older local ones.

Cheers

GC

Share this post


Link to post
Share on other sites

Works like a charm. Thank you to both of you :)

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  

×