fx = spawn("script_model", (-337.5,640,178.5)); fx setModel("tag_origin"); playFxOnTag("dlc0/factory/fx_laser_hotspot_factory",fx,"tag_origin"); //wait 5;
But i don't know how can i stop or delete after X seconds.
fx = spawn("script_model", (-337.5,640,178.5)); fx setModel("tag_origin"); playFxOnTag("dlc0/factory/fx_laser_hotspot_factory",fx,"tag_origin"); //wait 5;
But i don't know how can i stop or delete after X seconds.
Just an fyi, Depending on your fx, if it has a delay in an element, it will continue to play until that element finishes. If you want it to stop immediately, which is seldom an issue, you will have to use csc.