Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. if(_shift && playerSide in [west,independent]) then {
  2. if(vehicle player != player && (typeOf vehicle player) in ["C_Offroad_01_F","C_Hatchback_01_sport_F","B_MRAP_01_F","B_MRAP_01_hmg_F","I_MRAP_03_F","C_SUV_01_F","B_Heli_Transport_01_F","I_Heli_light_03_unarmed_F","O_Heli_Light_02_unarmed_F","B_Heli_Light_01_F","O_MRAP_02_F","cl3_dbs_volante_aqua","C_Van_01_box_F"]) then {
  3. if(!isNil {vehicle player getVariable "lights"}) then {
  4. if(playerSide == west) then {
  5. [vehicle player] call life_fnc_sirenLights;
  6. } else {
  7. [vehicle player] call life_fnc_medicSirenLights;
  8. };
  9. _handled = true;
  10. };
  11. };
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement