Jump to content
sahloknir

Repair Car with working Beacons?

Recommended Posts

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

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];
  • Like 2

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

×