Jump to content
snakeplissken

Which Condition, recognizes the item within the vehicle inventory?

Recommended Posts

 

Hello guys!
I am stuck in a problem that can even be easy to solve but I am not finding your solution.

I even looked for the forum search if there was something similar but I found nothing.

 

What I look for and activate the trigger after I place a "Flashdrive" object from the game into a vehicle's inventory.

 

I've tried many commands like

 

"Flashdrive" in SUV;
"Flashdrive" in Itemcargo SUV;
"Flashdrive" in (items SUV + assignedItems SUV);
HasWeapon SUV "Flashdrive";
[SUV, "Flashdrive"] call BIS_fnc_hasItem;

 

All of the above command does not work.

 

So if anyone knows a condition that recognizes this, I will be very grateful.

Share this post


Link to post
Share on other sites

Is "Flashdrive" the classname of the item or is that what you named it?

  • Thanks 1

Share this post


Link to post
Share on other sites
On 12/28/2020 at 7:10 AM, beno_83au said:

Is "Flashdrive" the classname of the item or is that what you named it?

 

My friend, I'm sorry for the delay in returning with your help.

 

it was really my mistake about the name, in fact the object's class name is "FlashDisk", but reading the topic today and reading the other answer, thanks to you to solve my doubt.

 

I appreciate your willingness to help, thank you and peace, health and lots of money in your pocket for you.

 

On 12/28/2020 at 7:58 AM, Schatten said:

@snakeplissken, try this:


"Flashdrive" in (magazineCargo SUV)

 

My friend, I'm sorry for the delay in returning with your help.

 

But I want to thank you because the command you posted worked very well.

 

Lots of peace, health and paid bills for you.

  • Like 1

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

×