Jump to content

Setting up a time mod


morbidangel2012

Recommended Posts

Hi I was wondering how I could set up a time mod to set time 3 times per hour.

 

DROP TABLE IF EXISTS og_updateattacks;

CREATE TABLE og_updateattacks (

  lasttime int(20) default NULL,

  id int(11) NOT NULL auto_increment,

  PRIMARY KEY  (id)

) TYPE=MyISAM;

 

That is what I got, but I want it so users can attack at random times per hour.

Link to comment
https://forums.phpfreaks.com/topic/218838-setting-up-a-time-mod/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.