[REQ] Dice Roller

WARNING!!
It has been brought to my attention that a bug causes a MySQL error when using the pm system!
To fix this, edit the plugin that's connected to the postbit display complete hook and add at the very top:

Code:
if (!empty($post['postid'])) {

then add at the very bottom:

Code:
}
 
Back
Top