Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. how about possibly adding all those queries into 1?
  2. possibly: $win = array_rand($cars, 1); Working Example
  3. The original post says you do not have to since it was all migrated over
  4. Hmmmmmm. I don't know what to make of this post, it starts off negative then goes to positive. Its like a brain overload. Can it be there is a soft spot? Any ways back on topic, though I have never signed up for torn and probably seen their home page like once or twice but I hear its super successful so good for them. Y1920 is probably one of the most appealing games I have seen and you can see all the hard work that was put into it so kudos to you peter and team. There are quite a few features that I have seen that I haven't seen in a game at least in a while or done as nicely. Seriously, what game can you spiffy up your apartment and give it a little pizzazz? I'd give it 8/10. -2 for it being really difficult to play on a phone so maybe an app? I'm not going to dock points because of some bugs or feature tweaks that need to take place because there isn't one site out there that is perfect. So as I said before Great Job and Good Luck homie!
  5. I'm curious to know why you think crimec "stole" this
  6. I don't want to sound like a complete douche but how did you create a mod for sale here? http://mccodes.com/viewmod.php?id=72
  7. try using this link : staff_stocks.php?action=add but change staff_stocks to the actual file name
  8. KyleMassacre

    Need help!

    that would be good since html is being used in the email. you can maybe take a look at this to get some ideas: http://css-tricks.com/sending-nice-html-email-with-php/
  9. There is really nothing wrong with someone trying to promote something they have created or are creating. comments like this turn into remarks like ↓ Which is also unnecessary as well so play nice.
  10. faction names possibly? Game players don't really look at ids all that often. the only people that really care about ids is game owners and hackers
  11. That makes sense. Oops:o
  12. why not just try: if($chancef > 100) $chancef = 100;
  13. Ok guys relax. If your going to give criticism make it constructive otherwise don't say anything at all we don't need any flaming here or arguing over something so minute. If you want to argue take it to PM so the rest of us don't have to read the garbage
  14. why even have a day count? don't you log when they register? Also it doesn't look like much has been added since the last time I logged in either
  15. Awesome! Thanks for your feedback, I submitted the update to the market place but what happened was I forgot to upate a query from the 1.3 version to 1.4
  16. Closed as requested
  17. hmm, ill patch that up Patched. I attached the new version so maybe you can test it before I push for the update clan_donate (3).nwp
  18. well he did say that the links aren't all working yet and I guess illusions has forgotten about it lol
  19. Well since its the table editor I believe that comes with the free version of NWE so you can download the free version and check it out. Now for the error, I have seen that once before but couldn't figure out what caused it and couldn't replicate it again. I just thought maybe it was a hiccup in script execution. Does this happen every single time you go to add something through the table editor? If so maybe try reinstalling it with either the install single module or sometimes what I do to make sure I'm getting a fresh install is change the version number to a lower version and updating it that way
  20. there are some differences between v1 and v2 but its fairly easy to convert one way or another. Also I can get started on that tomorrow morning possibly. And most of the time I kick it in irc so you can most likely find me there by clicking the chat link at the top
  21. well if its just a generic landing page that's pretty simple. I can do it for you. Can you tell me what version you are using and maybe some extras you'd like to have? for example: Send the player an event/message Staff page to view the daily logs Customize the reward
  22. where do you want to direct them to exactly?
  23. shouldn't be too hard to replicate
  24. what this mod does is it sends a request to facebook and grabs the players facebook id upon registration and automatically adds it into the users table via the facebook reg file that came with the mod. A user can not just have a facebook and log into the game until they have either registered using the facebook register on your game or added their id through preferences. this module is not smart enough to magically realize you have a facebook and automatically add it in with out doing a thing. If you follow the instructions that cronus gives you its really simple to install.
  25. ok lets try this: update users set facebookid = <facebook id here> where userid = 1; ok so now in the sql above replace "<facebook id here>" with your actual facebook id number before you run the query. I dont have facebook so i dont know what the ids look like but it should look similar to this: update users set facebookid = 5284528343 where userid = 1;
×
×
  • Create New...