PHP Code:
if($bbuserinfo[usergroupid] == 10) {
if($touserinfo[usergroupid] != 10) {
eval("standarderror(\"".gettemplate('error_pmrestricted')."\");");
exit;
}
}
if(($bbuserinfo[usergroupid] != 10 OR $bbuserinfo[usergroupid] != 6) AND ($touserinfo[usergroupid] == 10)) {
eval("standarderror(\"".gettemplate('error_pmrestricted')."\");");
exit;
}
modified again... sorry i made a math error i meat not equal but i said equal... and i don't see how that would effect the $pminfo from showing i could be wrong though...
PPN :: Rose wants a hack where usergroupid 10 is restricted to use the pms unless to usergroupid 10 and no one can send them pms unless its an admin... i though my code was okay

but i didnt' test it x_X regards...
g-force2k2