Thread: Mys 1.3.4 Raffle Mod
View Single Post
  #8  
Old 01-29-2017, 12:15 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 65,442
Dinocanid is on a distinguished road
Default

My bad! You have to set a title for a message, so change this:
PHP Code:
$pm->setmessage("You won the raffle! Congratulations! {$pool} CURRENCY has been added to your account."); 
To this:
PHP Code:
$pm->setmessage("Raffle prize""You won the raffle! Congratulations! {$pool} CURRENCY has been added to your account."); 
It should work now.
__________________
Reply With Quote