Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. offmaps = ["ac_aqueous" "ac_arctic" "ac_complex" "ac_depot" "ac_desert" "ac_desert2" "ac_desert3"
  2.  
  3. "ac_elevation" "ac_gothic" "ac_keller" "ac_mines" "ac_power" "ac_scaffold" "ac_shine" "ac_snow"
  4.  
  5. "ac_sunset" "ac_toxic" "ac_urban" "ac_wasteland"]
  6. //Didn't actually have to write all those again. Copypasta from my rdmmapmode script. :)
  7. demap = $arg1
  8. coed = [coop [demap]
  9. if (strstr ($demap) (at $offmaps)) [echo "You can't edit this map as it is official."] [coop $demap]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement