You can turn PM "off" by restricting the access to the sendpage of PM

Open:
/scripts/sendprivate.inc.php
and change

Code
		"admin_or_mod" => 0,
to
Code
		"admin_or_mod" => 1,