Jump to content
MakeWebGames

Maniak

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by Maniak

  1. If you purchase a copy of the v2 Script; i'd back up an original copy just incase you re-write any of the files and it errors; you have the original to go back to.
  2. Peter from MaxPixa does good layouts for $100 I think?
  3. Maniak

    Layout

    I'd personally go for Peter, rather than illegalife as I prefer Peters designs. But it's whoever you feel does the better designs.
  4. I feel the same way, Jordan!
  5. Maniak

    Arcade

    Just thinking; you have 11 games = 11 files.. Couldn't you have 1 file (games.php) and have 11 functions? So it looks like: $_GET['page'] = .... ? ... : false; switch(...) { case 'gamename': gamename(); break; ... (and so on for the different games) } function gamename() { ... } And then in gameroom.php have the links like: Game name
  6. I voted no, because if people cannot be bothered to change $db-> to mysql_ (by simply pressing CTRL+F) and also changing include "globals.php", include_once("globals.php"); or w/e is on there to all the crap at the top of v1 & lite files, then they do not deserve to use that script. The same goes for if the script was made for lite/v1 and they want it converting to v2.
  7. A little tip (with your text): The text on a high quality sig, doesn't use typography that looks like it has just been dumped on-top of all the layers, but infact it is small (possibly one of the standard fonts i.e. Tahoma/Arial); with usually an Outer Glow, a Stroke (small i.e. 1px) and a Colour Overlay (usually put on the Layer Mode "Overlay") and then the text layer as a whole had the Layer Opacity lowered :). Just keep that in mind. Apart from that, they look good :) Keep it up!
  8. After talking to you, I don't think your post belongs in the MCcode section of the forum, but in a section that is about Gaming Engines on a whole.
  9. Yeah, i've just tried this modification, and I couldn't do anything with it either.
  10. Looks good; I might have to convert this to Lite.
  11. Wrong section; but I think that you'd need to match $r['job'] to the job ID in jobs table. Unsure, but it might be a Left Join query?
  12. 50/50 formula (well, there isn't a formula); but to determine the winner rand(1,2) is used with 2 possible outcomes: 1) The better wins, and the matcher loses 2) The better loses, and the matcher wins.. And yeah, reading my last post back I don't understand it.. I was VERY tired.
  13. I've never tried a formula for 50/50; but if you had 50/50 - equal chance; why would you want to input a formula lower than the results of 50/50? Although the players wouldn't know, I don't see the point in it. I hope that made sence (it did to me :])
  14. Just backing up what Dave said; many of them sites that offer free items in return for people filling out questionnaires use CPALead. If they didn't pay out; why use them?
  15. Maniak

    3d?

    I'd say it could have been made in a Software called Autodesk 3D Max (or something that works on the same principle) and different lighting effects added. Although it could have been made in Photoshop, or a software with the same principle.
  16. Simple addition; but it is a good one. I didn't think of having something like this on my game until I saw this.
  17. In my personal opinion.. I'd say that a good team of Coders, or maybe Coder makes a good game, as when the players suggest something it should be taken into consideration and maybe coded fully to what the player wants, or parts of it coded. Not only does the coder(s) make a game worth playing; but the other players as well for instance if you have a bunch of a***-holes "hogging" the top hall of fame spots; and use their attributes to their advantage, then that game isn't worth playing as it will not be any fun. Also, a good game economy.. If your game started and 6 months down the line players already have $2billion+ in their banks; that isn't going to be good for the new players who may find it intimidating, and leave.
  18. As I said, give me a little bit of time to code one up! I have other things to do other than code free modifications.
  19. Well, I do not know how to work with queries using sprintf; let alone using sprintf with an echo 8|
  20. Thank you for that, Nicholas. I didn't realize I could do that. I've never really experimented with Crons, well running them anyway.
  21. Okay; i'll have a go at that now for you :) I'll post it as soon as it has been done and tested :) -Although I will not be able to test the cron.
  22. Okay, thanks Djkanna. Working on it now :)
  23. Hey, I want all members of MWG to post; or message ideas for modifications for the MCv2 Script. All ideas must be unique, as I do not want to re-create something that someone else has already posted. What I am looking for: Modification Requests: These will be posted on all of the forums that I go on that are related to MCCodes. However, if I decide to sell it rather than offer it for free, and you suggest it you'll get a free copy. Also, if you want me to make a custom modification (for your game, and your game only) we can discuss a price. NOTE: All of the modifications that I make, whether they are free or sold will come fully secured and with Support! Thanks, Maniak.
  24. I'll be willing to help as well, if needed. Maniak (MWG, DevF, CW)
  25. Yeah, Distorted.. I have put there that you may need to change it. It was just 2 random numbers.
×
×
  • Create New...