Jump to content
MakeWebGames

I am stumpped, and do not what to do???


jds137

Recommended Posts

In my game first of all, the users in the hosp stopped working. I reloaded the hosp,and still no luck, am I missing something?

Secondly, in events when you get an event, I was once able to click on it, and go see what it was. I reloaded events,the index, and still no luck. I am ready to blow up my pc... lol

 

NETCOM proposed to marry you. Click here to accept it or here to decline it.
Link to comment
Share on other sites

Re: I am stumpped, and do not what to do???

Here is my mysql for it:

 

--

-- Table structure for table `events`

--

CREATE TABLE IF NOT EXISTS `events` (

`evID` int(11) NOT NULL auto_increment,

`evUSER` int(11) NOT NULL default '0',

`evTIME` int(11) NOT NULL default '0',

`evREAD` int(11) NOT NULL default '0',

`evTEXT` text NOT NULL,

PRIMARY KEY (`evID`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4830 ;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...