Thread: Mys 1.3.4 Raffle Mod
View Single Post
  #5  
Old 01-29-2017, 09:10 AM
Chaos77777 Chaos77777 is offline
Member
 
Join Date: Jan 2017
Posts: 43
Gender: Male
Credits: 3,739
Chaos77777 is on a distinguished road
Default

This is awesome. Is there a way to set it up to automatically cycle through raffles and let the winner know they won?
-edit-
I've set up the stopdate to be one week in the future from the start
PHP Code:
//This section checks the date! It's commented out since it isn't being used. 
      
$currenttime time(); 
      
$stoptime $currenttime 700000;
      
$mysidia->db->update("raffle", array("stopdate" => $stoptime));
      
$timerange = array(strtotime($this->stopdate)); 
With this

Last edited by Chaos77777; 01-29-2017 at 11:30 AM.
Reply With Quote