Jump to content
Sign in to follow this  
Viper-SWE-

Adding a loaded laser designator?

Recommended Posts

Hi all!

When I add a LaserDesignator and its ammo to a trucks cargo space they is put there as two separate units - that is, you have to pick up the laser designator (which then doesn't have any ammo loaded) and then pick its ammo up and reload it. I want the ammo to be loaded directly! banghead.gif

I have tried both 'addMagazineCargo' followed by 'addWeaponCargo' (which usually work for other weapons) and also the other way around. Any ideas? help.gif

Share this post


Link to post
Share on other sites

You could make the player run a script that looks something like this:

@secondaryweapon player=="LaserDesignator"

player removeweapon "LaserDesignator"

player addmagazine "LaserDesignator"

player addweapon "LaserDesignator"

Its not a great solution but its the only one I could think of right now.

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  

×