Guest User

Remove aircraft carrier code

a guest
Mar 10th, 2015
1,718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. if (is_bit_set(Global_2398926.imm_3550, 0)) // Checks if "iplop" variable is set to 0 then remove the aircraft carrier from your session
  2. {
  3. remove_ipl("hei_carrier");
  4. remove_ipl("hei_Carrier_int1");
  5. remove_ipl("hei_Carrier_int2");
  6. remove_ipl("hei_Carrier_int3");
  7. remove_ipl("hei_Carrier_int4");
  8. remove_ipl("hei_Carrier_int5");
  9. remove_ipl("hei_Carrier_int6");
  10. remove_ipl("hei_carrier_DistantLights");
  11. remove_ipl("hei_carrier_LODLights");
  12. set_ambient_zone_list_state_persistent("AZL_HEI_AIRCRAFT_CARRIER", 0, 1);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment