Since I couldnt find any mods that did this, and Im not familiar with CGI, I just threw this together. If anyone can improve on it, or knows a better way, please let me know!
Requires Wordlets mod and Instant Messenger Mod.
In ubb_pm.cgi
****************
Find
****************
&WriteFileAsString("$vars_config{MembersPath}/pm_info/pm_counter.cgi", "$pm_countern");
********
Add
********
#Send PM Notice
$PMI = "You have a new Private Message!";
$file[$#file + 1] = "$user_number||\n\n$PMI||||";
&WriteFileAsArray("$vars_config{MembersPath}/popup/$in{u}.cgi", @file);
********
find
********
&WriteFileAsString("$vars_config{MembersPath}/pm_info/pm_counter.cgi", "$pm_countern");
********
Add
********
#Send PM Notification
$PMI = "You have a new Private Message!";
$sendmeto = $pm_to{$thispost};
$file[$#file + 1] = "$user_number||\n\n$PMI||||";
&WriteFileAsArray("$vars_config{MembersPath}/popup/$sendmeto.cgi", @fil
***********
Thats it, the first one goes in New PM and the second entry is for Reply to PM. Any questions? I just cobbled it together really, so I dont mind if anyone fixes/does a better one.

Thanks
Robert