----====<Pausemod Advanced Scripter's Manual>====----
- Suitable for Pausemod version 1.2
- Written by [TW2D]Razgriz
- Distributed under Creative Common BY-NC-SA 3.0

---===<Update>===---
You can update your Pausemod at:
http://www.unrealsoftware.de/files_show.php?file=7042

---===<Edit your Pausemod>===---
- Line 12:
	pause_in_zombie=<boolean>,
	- True/false to enable/disable pause function in zombie mode. Default false.
	
- Line 13:
	pause_image=<path>,
	- The path of pause image. Default "gfx/paused_2.bmp".
	  PS: Everyone can see the image!

- Line 14:
	cooldown_time=<seconds>,
	- Cool down time for pause/unpause again. Default is 10.
	  
- Line 15:
	saveload=<boolean>,
	- True/false to enable/disable save&load function!
	  You need to write your custom scripts at line 80~82, 84~86 to let it work.

- Line 16:
	textcolor={...}
	- This is where you can edit the text colors.
		175175175, - Paused/Unpaused message color. Default 175175175.
		255255255, - Cool-down message color. Default 255255255.
		128255000, - Help message color. Default 128255000.
		255000000, - Warning color. Default 255000000.
	
- Line :
- Line :

