Jump to content
MakeWebGames

spazz

Members
  • Posts

    84
  • Joined

  • Last visited

    Never

spazz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [ADDON] V2 Refill A Specific User Aswell as Refill All Users   Personally I use it on my test site. Makes it easier than going in and editing the database...IMO Thanks for the add-on +1
  2. Re: can any one help change mass mail to mass item give out   yes it is, here: http://criminalexistence.com/ceforums/index.php?topic=7385.0
  3. Re: {Any Version} Staff Members cannot be attacked.   It is. Here is what I use with a little spice kicked in, I was tired of logging in with a test account to test something and people hospitalizing me....it clearly says test_account...lol :-P   else if ($odata['userid'] == 72) { print "<font color=red>[b]Bully!!![/b]</font> [url='index.php']> Back[/url]"; $h->endpage(); $_SESSION['attacking']=0; $ir['attacking']=0; $db->query("UPDATE users SET attacking=0 WHERE userid=$userid"); $db->query("UPDATE users SET hospital=hospital+20, hospreason='Beating up a defenseless account!!' WHERE userid=$userid"); exit; }
  4. Re: {Any Version} Staff Members cannot be attacked.   That is what I use ($odata). if you want just a specific user to not be able to be attacked change else if ($r['userid'] < 1) to else if ($odata['userid'] == 1) obviously "1" is generally admin but you can put whoever you want
  5. Re: [mccode v2] Slots   Mikrows posted them in reply #27 of this thread. http://criminalexistence.com/ceforums/http://makewebgames.io/phpBB3/viewtopic.php?p=94687#p94687
  6. Re: [mccode v2] Slots   I never stated I didn't like it, I actually love it and many of the mods you give us. I also wasn't asking for help. I was simply pointing out an observation to which I am looking to try to fix myself. I only come for help if I truly cannot find the answer. I just stumbled across the issue 5 minutes before posting.. Sorry
  7. Re: [mccode v2] Slots if they keep hitting f5 they can keep playing without tokens
  8. Re: Getting logged out yup :-D Still logged me out.
  9. Re: Getting logged out did that, just waiting for a reply...figured I would pick the brains here in the meantime
  10. Re: Getting logged out I hope not, it is rather annoying
  11. I seem to be having a strange issue. I moved my site from a VPS to a shared server plan due to drop in activity. Since the move, it seems when the 5 minute cron runs, all users get logged out :? I have not changed any settings. My validation was always set to 15 minutes and worked fine on the vps. Is there something I am missing or could it be something on the hosts end?
  12. Re: EXP% Cap Floydians way works the way I like it too. BTW Thank you I don't want random amounts given.... I still want it calculated based on level except that if if it calculates that you will get more than 20%....you only get 20%
  13. Re: Bank Cap (Not Remove The Cap) that seems to work, thanks. Theoretically the interest should not go in...correct? We will see once the cron runs
  14. Re: Bank Cap (Not Remove The Cap) Thanks for the response killah. if($_POST['deposit'] is what you were looking for.   I reread my post, I think I worded it wrong. My OP gave the impression of a max deposit of 2 Million :| I actually meant to say I would like the bank to hold a maximum of 2 Million, not sure if that is something you can help with?
  15. I am trying to limit the amount a player can add to the bank. I know the default setting allows the cap of $2147483647. I want to set the cap to $2,000,000, mind you I am not trying to increase the capacity. I have been playing with this for a week or so and have seen some posts on the forum but they do not work. Can someone push me in the right direction please? Any help would be helpful, thanks
×
×
  • Create New...