Jump to content
MakeWebGames

mp7elite

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by mp7elite

  1. Wondering if anyone can tell me how i can space this out somehow so that it all lines up right as you can see the names and level and money do not line up this is in the searchlocation.php and i am not sure on how to do this right..Thanks for any help UserLevel Money devildog 1 $15018 Doug 6 $613130 h1t3m 1 $15054
  2. whorehouse is not showing up on v2 how can i get it to run on it? thanks
  3. Re: Help Please thanks for getting back to me here is what i find in the database -- -- Table structure for table `cities` -- CREATE TABLE `cities` ( `cityid` int(11) NOT NULL auto_increment, `cityname` varchar(255) NOT NULL default '', `citydesc` longtext NOT NULL, `cityminlevel` int(11) NOT NULL default '0', PRIMARY KEY (`cityid`) ) ENGINE=MyISAM ; INSERT INTO `cities` VALUES('1', 'Default City', 'A standard city added to start you off', 1); what do i need to change or add to add more cities? thanks again
  4. in my game i can add everything else but for some reason under Travel i can not add any cities at all how can i fix this? also how do i install the hackpc into the game Thanks
×
×
  • Create New...