Jump to content
ramirezdu06

Add arsenal to other player

Recommended Posts

how to open arsenal on a player ? i want to control the loadout but not on me but on other player/units ? same of zeus but in a script.

Share this post


Link to post
Share on other sites

@ramirezdu06,
What exactly do you want the script to do?

Do you want to copy the player's loadout to an NPC? If so check out example 1 on this page.
 

player_2 setUnitLoadout (getUnitLoadout player_1); // Copies loadout from player_1 and applies it to player_2 

Where player_2 is your unit.

Share this post


Link to post
Share on other sites

no i want to add the arsenal to me but the player/unit who is in arsenal is not me but the player/unit but setunitLoadout is good but i don't want that but thx

Share this post


Link to post
Share on other sites

 

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

×