When messing around with UA, jostapo did some work on the LT.
Assuming you're using this for a mod (
), here's a solution for you RM:
The LaserTarget is in class cfgvehicles. One of its features is a TimeToLive setting that will actually work.
A LD type weapon will create the LaserTarget vehicle, and no other.
What you do is you create a mod off the LT class, making one with a very high TTL. Createvehicle one on each client, assign them a variable name, and publicvariable their unique variable names. When not in use, put the LTs somewhere way out of the way (like -1000, -10000, 5000].
Then you have the LD Client detect the laser target, and when it detects it, move the "public lasertarget" on top of it.
easy, huh?