Jump to content
MakeWebGames

gamble

Members
  • Posts

    348
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by gamble

  1. Crime is like Torn and those type of games
  2. Which do you guys like or which would you like to see...A single person Text-Based RPG with a story line or a crime MMORPG
  3. Ive seen every episode its hilarious...but even i would do some of the stuff they refuse to do.
  4. I agree with lucky3809...this forum is not for grammar Nazis it is for coding and coding only. So if you can not understand somebody's post then ask them politely don't be an ass.
  5. We had a trade agreement and he wont pay his half so he is not to be trusted until further notice by my opinion. When he pay this thread will be changed to a positive review as i have done business with him before!
  6. i got some of it done ill make sure to send link when done :)
  7. 3rd person
  8. Im currently working on a grand theft auto style game done in java script would anyone be interested in a possible purchase when it is complete?
  9. Looks runescapish 0.o
  10. Weird works for me
  11. Rage much? lol besides get creative if people want to play a game like torn more then likely there gonna play torn make a game that new and fresh
  12. gamble

    Smarty Templates

    Thanks! I think ill learn more about Smarty now
  13. Never heard of it ill check it out
  14. gamble

    Smarty Templates

    I have some questions... What makes it worth it? Why should i use it instead of making my own? Is it secure? What are the benefits? Thanks, gamble
  15. - Figure out how to do and then redo my file structure
  16. gamble

    ezRPG v1.0.1

    Im thinking about trying it out
  17. LOL we dont care about chat or at least i dont and first post about this i think you are here to advertise only or you made a new account just to do this...just saying
  18. gamble

    Need crimes

    I have codes for this if your still looking
  19. Oh jeez forgot dont change the 100s in this group:   $exp_needed=(($ir['level']+1.5)*($ir['level']+1.5)*($ir['level']+1)*2.7); $enperc=(int) ($ir['energy']/$ir['maxenergy']*100); $wiperc=(int) ($ir['will']/$ir['maxwill']*100); $experc=number_format(($ir['exp']/$exp_needed*100), 2); $brperc=(int) ($ir['brave']/$ir['maxbrave']*100); $hpperc=(int) ($ir['hp']/$ir['maxhp']*100); $gymperc=number_format(($ir['gymxp']/$ir['gexp_needed']*100), 2);
  20. Simple: Change the 100s in: $enopp=100-$enperc; $wiopp=100-$wiperc; $exopp=100-$experc; $bropp=100-$brperc; $hpopp=100-$hpperc; $gymopp=100-$gymperc; To your desired width then change the 100s in: $exp_needed=(($ir['level']+1.5)*($ir['level']+1.5)*($ir['level']+1)*2.7); $enperc=(int) ($ir['energy']/$ir['maxenergy']*100); $wiperc=(int) ($ir['will']/$ir['maxwill']*100); $experc=number_format(($ir['exp']/$exp_needed*100), 2); $brperc=(int) ($ir['brave']/$ir['maxbrave']*100); $hpperc=(int) ($ir['hp']/$ir['maxhp']*100); $gymperc=number_format(($ir['gymxp']/$ir['gexp_needed']*100), 2); to the smae desired width understand? That should work
  21. But your inputs are great
  22. hmmmmm interesting shortcut key... never gave it a though but i was thing a panel along the bottom thats a click to show/hide
  23. gamble

    Phone Scam

    Prediction: He wont tell him
  24. I hate mccodes too much work lol a lot of stuff to change
  25. Thanks for input
×
×
  • Create New...