Jump to content

Recommended Posts

Hey Demonized I'd like to report a HUGE bug for MP.

Problem:

I get-in game, I see all the vehicle and choppers at base. I go to gear up, and when I look back up.... THEY ARE ALL GONE!

I know that this script is meant for SP, but I really think this has great use in my mission.

Is their any reason for this?

Thanks in advance

-Bigshot

Share this post


Link to post
Share on other sites

I use it in MP without a hitch.

Make sure that you EXCLUDE the named vehicles in base then :)

Share this post


Link to post
Share on other sites

Roger thanks for the info.

I would think this would only delete abandoned vehicles if first a player got in the vehicle first.

-Bigshot

Share this post


Link to post
Share on other sites

I've tried to blanket exclude all vehicles like this ["tank","car","air","apc"] but they are still being removed unless of course I place their names but think it doesn't work if using vehicle respawn?

This thing is super efficient, it even removed table and chairs I placed in a mission :)

Share this post


Link to post
Share on other sites

hey guys, after recent events in Norway, ive not spent too much time scripting.

@bigshotking

abandoned vehicles are deleted no matter if a player has been in or not, so it would work for AI leaving a vehicle due to driver dead or loosing a wheel etc...

just exclude them like Kremator said, and it should be all good.

@Katipo66

I think exclude is Case sensitive, so i think you need to use "Car", "Tank" etc.

Share this post


Link to post
Share on other sites

We live in a sad world full of nut jobs, hope it gets better for you over there Demonized.

Share this post


Link to post
Share on other sites

I'm intrigued by this piece of code:

{deleteGroup _x; _x = grpNull; _x = nil} foreach allGroups

What super secret black magic are you using there? :)

I thought all what's needed was:

{deleteGroup _x} foreach allGroups

Fantastic script BTW.

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

×