26 Jul 10, 04:27AM
*cough*
*cough*
Oh sorry, cold.
[SELECT ALL] Code:
rdmmde = ["2" "3" "4" "5" "6" "9" "10" "11" "13" "14" "15"]
//Maps here can be edited. If adding more, you need to increase the number from 19 to the amount you have.
//map (at $tdmmap (rnd 19)) <-- 19 needs to be edited.
rdmmap = ["ac_aqueous" "ac_arctic" "ac_complex" "ac_depot" "ac_desert" "ac_desert2" "ac_desert3" "ac_elevation" "ac_gothic" "ac_keller" "ac_mines" "ac_power" "ac_scaffold" "ac_shine" "ac_snow" "ac_sunset" "ac_toxic" "ac_urban" "ac_wasteland"]
randommode = [
mode (at $rdmmde (rnd 11))
sleep 300
map (at $rdmmap (rnd 19)) //Edit this number 19.
]
Oh sorry, cold.