sahloknir 14 Posted February 26, 2016 Hello, is it possible to get the beacons to work from the civilian repair vehicle? I already found this: https://forums.bistudio.com/topic/153801-police-beacons/ But that only works for the normal offroad car and with blue beacons. But the repair vehicle got yellow beacons. Sorry for my bad english. Hope someone can help me :) Thanks in advance. :) Share this post Link to post Share on other sites
fn_Quiksilver 1636 Posted February 29, 2016 Hi, you'll need these lines of code, and to figure out where best to insert them. // somewhere after vehicle is created but before you want to turn on the beacons _vehicle animate ['HideServices',0]; // when you want to turn the beacons on _vehicle animate ['BeaconsServicesStart',1]; // when you want to turn the beacons off _vehicle animate ['BeaconsServicesStart',0]; 2 Share this post Link to post Share on other sites