Advertisement
philcop3

as

Mar 3rd, 2020
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.31 KB | None | 0 0
  1. private ["_illegalmarkers"];
  2.  
  3. //Removes illegal Markers for cops
  4.  
  5. _illegalmarkers = ["weed_1","cocaine processing","heroin_1","Dealer_1_3","turtle_dealer_2","Weed_p_1","heroin_p","Dealer_1_4","gang_area_1","Rebelop_1"];
  6.  
  7. if (playerSide == west) then {
  8.  
  9. { deleteMarkerLocal _x; } forEach _illegalmarkers;
  10.  
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement