Jump to content
MakeWebGames

Recommended Posts

Posted

Any release notes for the current version? Or what has been added inbetween, checked GH the other day but not a commit for a few months.

Posted

Features

  • New template - Fully responsive (uses bootstrap 3)
  • Bank
  • User Profiles
  • Leader Board
  • Users Online
  • Timers now count down
  • Robbery (just making the finishing touches)

Code Improvements

  • Timers are now stored separate from the userStats table and have several functions remade to deal with them i.e. $user = new user($id); $user->setTimer('timerName', $time); $user->checkTimer('timerName'); $user->getTimer('timerName');
  • Same as above but with settings, the save and load functions can be passed a php array (stored as JSON) or a single value
  • When making a module the construct function would always be ran automatically after any methods have run, you can now choose if or not to run the construct module
  • Removed all occurrences of $this->db->query with prepared statements
  • Errors on login/Register page are better displayed

I was planning on getting the admin panel and gang/family system sorted for this version but i plan to start them for 2.0.2

Posted
The demo site is running V2.0.1 i may leave it running for a few days before i release so i can catch any bugs, if all goes well ill release it wednesday night/thursday.

Site: http://gangsterlegends.co.uk/

Usernamee: admin

Password: adminPass

It looks very very good, not going to lie. I like it a lot. I specifically like the complete real time game play. :)

Posted
It looks very very good, not going to lie. I like it a lot. I specifically like the complete real time game play. :)

Im glad you like it :)

Didn't know where to put this but it should be can't* and until*.

Good spot i shall change it now

Posted
It looks very very good, not going to lie. I like it a lot. I specifically like the complete real time game play. :)

Complete real time gameplay?

Care to elaborate? :)

Posted
Complete real time gameplay?

Care to elaborate? :)

Most games (I've played) are turn based and this isn't. :)

 

You brought 0 bullets for $0

bought*

Also why not stop is so you can't buy 0, so it gives you an error.

Posted

Yea about that ...

I shall go through and add the comments bit at a time starting with the most important scripts, i.e. Classes

  • 2 months later...
Posted
It wont let me login?

It's not working for me either, even tried creating a new account which displayed "Invalid Username" once again... and then I created another one to make sure I didn't derp something :confused:

Posted

This is an issue to do with my server, i will be upgrading the specs of my server today and sorting out the underlying issue. Thanks for bring this to my attention

  • 5 weeks later...
Posted

It has yet to be coded i was going to add the PvP as a separate downloadable module as there were mixed opinions on what way to go i.e. you can completely kill a character or just hospitalize them (like mccodes)

Posted

To me, it doesn't seem like a major distinction as long as you can kill with IGC. Either they will heal afterwards from 0 or come out of the hospital, right? You'll have to forgive me in case that answer is not considering everything. It's been a long time since I have seen MCcodes, and I don't remember how it goes.

Please make a post in this thread if you get it in there. :)

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...