Jump to content
MakeWebGames

SaMz

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by SaMz

  1. SaMz

    Looking to buy

    Hey All, Good to see this forum still online! I am looking to buy any type of game online or even if you just have a backup! What do you have and I will make an offer.
  2. Sorry to Hijack your post but I'm looking to buy a game. PM me if your selling.
  3. Looks good, Ill take one.
  4. Hi, Im in need of an email validation where a players needs to validate their email to access features such as the Mailbox and forum. Is there anything out there? Im willing to pay.
  5. This mod isnt working properly on V2.03 i have been testing it on a Wamp. Something to do with the event add function. it doesnt add the events and doesnt complete heist.. when i remove the event code it seems to work. Can you fix this? thanks. Your $get, $row arent working with event_add. I don't think they are getting the user id of the heist member correctly
  6. Thanks, thats what i thaught... Can someone help me with how to implement a level cap?
  7. It has nothing to do with attack take anymore. It just happens.
  8. I cannot find the problem, Once you reach the level 1624-5 it starts giving negative exp and automatically levels up. exp line in header.php $experc=(int) ($ir['exp']/$ir['exp_needed']*100); check_level global func.php function check_level() { global $db; global $ir,$c,$userid; $ir['exp_needed']=(int) (($ir['level']+2)*($ir['level']+2)*($ir['level']+2)*0.5); if($ir['exp'] >= $ir['exp_needed']) { $expu=$ir['exp']-$ir['exp_needed']; $ir['level']+=1; $ir['exp']=$expu; $ir['brave']+=2; $ir['maxbrave']+=2; $ir['hp']+=50; $ir['maxhp']+=50; $ir['exp_needed']=(int) (($ir['level']+2)*($ir['level']+2)*($ir['level']+2)*0.5); $db->query("UPDATE users SET level=level+1,exp=$expu,brave=brave+2,maxbrave=maxbrave+2, hp=hp+50,maxhp=maxhp+50,mlevel=mlevel+1 where userid=$userid"); } }
  9. Thanks! I will test that out and see if the problem still persists. I have another major problem that once a user reaches over level 1620 they get negative exp and gain levels everytime they refresh...I cant seem to find out why this happens.
  10. Right, im having a problem with high level users gaining negative Exp when they attack a user. I cant find a way to resolve this. Really messes up the users account and gives unlimited levels and have to reset their exp and level back to mormal. My Attacktake.php exp line: $qe=$r['level']*$r['level']*$r['level']; $expgain=rand($qe/2,$qe); $expperc=(int) ($expgain/$ir['exp_needed']*100); print "and gained $expperc% EXP!<br /> Any help will be appriciated. If someone come out with a fix i will send them $15 through paypal.
  11. The price and you wont probably wont get a hold of Zero anymore.
  12. Peter just edits stock templates and makes it his own.. simple grunge brushes and a few shapes not really worth $200.. Thats only my opinion.
  13. SaMz

    Last day

    Time to put multiple fold bets! City to win the legue
  14. Im using V2.0 i believe, My game is old and modified by me so i havent upgraded to the new versions. I will upgrade my attacking files and see what happens. Thanks for the reply.
  15. Just purchased this mod looks great, However i am having a few problems.. $db->free_result($od); is an undefined function and its giving me a few errors, did you miss any global_func inputs in the installation files?
  16. People shouldnt buy templates from peter the guy sells templates for $200 which to be honest is a rip off.. I gave my "crap" template to modernmafia so that gives him the right to use the images.
  17. I believe he baught the template from your client..
  18. Still looks like MC Codes and a bit of Torn.. good luck with trying to sell this.
  19. Cronus was one of the first people to use MC Codes and on CE, I looked upto his games. I have baught many of his mods and they work wonders!
  20. MYGUNWARS.. Your opening a company? I used to remember you always asking for free mods and security issues... Now you want people to give you there resumes? Your having a laugh!
  21. Sent Mails*
  22. seriously?.. People still use free hosting?
  23. Well done, I believe your new... I suggest using DIV instead of using all these excess html codes.
  24. Congrats on still running the game! I remember when you released it a couple of years ago.
  25. Re: New Game. Blow your mind's away. lmao you say that every month probably been a year you've been working on it.
×
×
  • Create New...