Jump to content
MakeWebGames

spazz

Members
  • Posts

    84
  • Joined

  • Last visited

    Never

Everything posted by spazz

  1. Re: [$5]Gang Status I am interested. My members were actually asking for something like this
  2. Re: Free Loan Shark System   That is all I was looking was a point in the right direction. I don't believe I asked for help either, I asked if anyone fixed it. If the answer was yes, I was going to ask for a hint. I am sorry I am not a seasoned coder I am a noob in training. Thank You
  3. Re: Free Loan Shark System If that was directed at me, maybe before you start spewing garbage and useless replies, maybe you start by asking..."Hey how long have you actually worked on it". I would have told you 2 weeks. I try to figure things out first before I ask questions, afterall that is the best way to learn. I appreciate your helpful reply though
  4. Re: Free Loan Shark System has anyone got it to work so that when you repay you don't go into the negative. It also lets you repay more than you borrowed
  5. Re: Looking for a username change log database script Thank you very much for the help, just a few things. 1. accorrding to your code, it looks like there is supposed to be a row in the namelogs called time, I was getting an error till I noticed and added one. 2. This one has me stumped, when I go to change my name I get this: QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MY OLD USER NAME,test, MY IP)' at line 1 Query was INSERT INTO namelogs VALUES('',1,MY OLD USER NAME,test, MY IP)
  6. Not sure if this is the right section for this. I am currently having an issue with players changing their username and causing trouble in the shoutbox in my game and then changing it back. By the time I log into the db and try to trace it, they have already changed it back. I currently have the link disabled. I am looking for a script that will log the changes in the database but easily accessible through the staff panel, much like the xfer logs. I would be willing to pay someone to have this done right. PM me so that we may discuss it.
  7. Re: Regaining Energy While In Battle Spazz? It's just a name that has stuck with me. My wife used to call me it all the time and I just use it on the net....
  8. Re: Regaining Energy While In Battle   Sorry, I am using V2 and yes I am speaking of the crons
  9. I am not sure if it is supposed to happen or not but my players tell me that when they are in a battle they re-gain energy, obviously due to the cron running. It is annoying quite a few of them and asked if I could fix it. Is there a way to keep a player from regaining energy while in a fight but re-gain like you normally would while not in a battle?
  10. Hello, I have been searching around and trying diferent things for the past 2 weeks and now I am starting to get frustrated. What I am trying to do is when someone purchases one of the Donator Packs, along with all the standard items ie...money, crystals, etc, I would like to add a will potion to the list. 2 days ago, I finally figured out how to add it to staff_special and get it to work right using the following: $itemid = 1; item_add($userid, $itemid, 1); and it seems to work fine, not sure if this is the correct way but after trial an error that seems to be the only way it works. I tried to add the same lines to my ipn_donator and didn't work, unless I am doing something wrong. Since then I have been working countless hours trying to get it to work but to no avail...I can't seem to get it. Could someone either point me in the right direction and give me an idea of what to do, but at this point I think I hit a brick wall. Thanks
×
×
  • Create New...