示例#1
0
 private void SetBlipSirenActivated(Vehicle car, bool state)
 {
     EntityDecoration.Set(car, BLIPSIREN_PNAME, state);
 }
示例#2
0
 private void SetSirenMuted(Vehicle car, bool state)
 {
     EntityDecoration.Set(car, SILENTSIREN_PNAME, state);
 }
示例#3
0
 private void SetAltSoundActivated(Vehicle car, bool state)
 {
     EntityDecoration.Set(car, SIRENSOUND_PNAME, state);
 }