Jump to content
MakeWebGames

jamboy1

Members
  • Posts

    183
  • Joined

  • Last visited

    Never

Everything posted by jamboy1

  1. Re: [V2]Editing Organised Crimes Niiiiiice, i'm gonna use this now :D
  2. Re: Job problem :D but sadly i don't have anything to do with jobs in there, could anyone give me the code to put into the file?
  3. Re: Job problem No one want to help a lost guy out? :(
  4. Re: Simple Job Specials [V2] I put in the cron, but players don't get stats, wages nor points, can someone tell me whats going wrong?
  5. Re: [V1 and V2] Optimize Tables once an hour.   From what i read, it simply fixes tables every time the cron runs, although when i do something to a cron, it goes weird :( and the cron stops working or that particular cron doesn't work
  6. Re: [V2] Numbers Game I can't get the cron to work, can someone guide me on where to put it?
  7. Hello! I have my own game but the job won't credit players with stats nor money, i think it might be something to do with the cron jobs, can someone tell me why this is happening?
  8. Re: Multiple Houses [V2] I was testing this mod out abit, i sold my house so i then moved into the default house, so then i had 2, and these would contsantly grow :(
  9. Re: Your views on new layout mainmenu??? (Very unique i believe) Different, it's nice, but i like to see the sidebar :P Well, it's nice anyway (again) it doesn't need changing :D
  10. Re: Simple Job Specials [V2] I can't add the points to the job rank table! it will then not let me add job ranks :(
  11. Re: Updated Mailbox [v1] Great mailbox, i'll be using this for my game =)
  12. Re: [mccode] [TGM] Delete Gang Option [TGM]   Woooooo go Notepad++ i like the bright colours xD, seems to help me :L
  13. Re: [V2] Numbers Game I love it, thanks, just changing it to 250 xD thanks for the mod :D
  14. Re: Energy problem No it's different!   function check_level() { global $db; global $ir,$c,$userid; $ir['exp_needed']=(int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*17.5); if($ir['exp'] >= $ir['exp_needed']) { $expu=$ir['exp']-$ir['exp_needed']; $ir['level']+=1; $ir['exp']=$expu; $ir['energy']+=0; $ir['brave']+=0; $ir['maxenergy']+=0; $ir['maxbrave']+=0; $ir['hp']+=100; $ir['maxhp']+=100; $ir['exp_needed']=(int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*17.5); $db->query("UPDATE users SET level=level+1,exp=$expu, hp=hp+0,maxhp=maxhp+100 where userid=$userid"); } }   also in register i set energy and max energy to 10, so. in this code here, i'm made energy and brave to never go up when leveling, and i have also changed the max health to go up 100 per level, all i need right now is the code in gym to devide the amount of energy into a certain amount of trains
  15. Re: Energy problem It was in the header, i updated users to 100 energy, then in the header it was something like if donatordays = >0 energy = 100 if donatordays = >1 energy equals 150 i can't remember what exactly it was though.
  16. Hello! i understand how to make energy so it reaches 100, i have to problems regarding this. My problems are: I would like 150 energy bar for donators (that goes back to 100 when donatorship has finished) And i also havn't figured out where to put the division in the gym. so with 100 energy, you'll train 100 times, rather than 10 times, could someone give me the division to this please? i'd apretiate any help given.
  17. Re: Game Ranks I can't get this from the site, but this don't even work :'(
  18. Re: Searching I like this, but i made a mod similar for making the searching area's although only someone with access to Cpanel can access this, i'll explain: One File named: Searching.php Then you can add as many files as you like with different name, i used streets.php for the first one, but i think the fact yours looks like RVs searching is nice, i still need to get round to learning to code like that.
  19. Re: [FREE] DPS TO ITEMS V1 [MCCODES] [uPDATED] What i don't understand is that: i did everything expept put it into the IPN donator File, but it doesn't work and an error on a particular line appears
  20. Re: [Free] Advanced(ish) Level Upgrade Mod.   I didn't understand that can you explain clearer and if i need something for SQL can someone tell me?
  21. Re: [v2] Stafflist enhanced [v2] I like it, i made one abit like it a few days ago
  22. Re: [v2] Fun mod [v2]   haha, yummy, great way to spam a game with super money
  23. Re: Developing locally on your own local PHP/MySQL/Apache server   You've done almost everything right, the only problem now is that you have tables already existing, once you have created a DB don't add anything to it, just run installer.php and fill exactly how you did then, copy the crons, put them into the Cron Jobs, and you should be up and running in no time at all :)
  24. Re: [mccode] Personal Detals for v2.0 The mod simply doesn't work for me, why?
×
×
  • Create New...