ben_sherman 1 Posted June 2, 2015 Hello Bohemia, so I've got this weird problem, last time I was on ArmA 3 was at the end of last year and some one the mods I still have that worked fine back then is no longer working properly. Like the light bar I created for this tow truck I made. I've tired to figure it out for ages now but I can't seem to find anyone that had or have the same problem as I do or anything. My problem is that the lightbar is only animating for the client that is in the vehicle itself and not gobally which causes massive issues. Now I have no idea how to fix it or anything but I've tried to figure it out, would be amazing if some one could help me out here so that I can continue working on all my other mods that I'm creating. config.cpp class LightMode { displayName="Lightbar On"; position="drivewheel"; radius=10; condition="driver this == player && (this animationPhase 'anim_lightbar' != 0.1)"; statement="this animate ['anim_lightbar', 0.1], this animate ['anim_directional', 0.2]"; onlyForplayer=1; }; Sincerely, Ben Sherman Share this post Link to post Share on other sites
ben_sherman 1 Posted June 7, 2015 Bump, I can seriusly not be the only one that has this problem... Share this post Link to post Share on other sites