the_eraser1

Untitled

Jul 9th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. DMS_MixerNearBlacklist = 1000; // Missions won't spawn in a position this many meters close to a concrete mixer
  2. DMS_ContaminatedZoneNearBlacklist = 1000; // Missions won't spawn in a position this many meters close to a contaminated zone
  3.  
  4. DMS_MixerMarkerTypes = [ // If you're using custom concrete mixer map markers, make sure you define them here. CASE SENSITIVE!!!
  5. "ExileConcreteMixerZoneIcon"
  6. ];
  7. DMS_ContaminatedZoneMarkerTypes = [ // If you're using custom contaminated zone markers, make sure you define them here. CASE SENSITIVE!!!
  8. "ExileContaminatedZoneIcon"
Advertisement
Add Comment
Please, Sign In to add comment