Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. This is a cool mod, I'm glad I just seen this. It just gave me some great ideas.
  2. Those screenshots are definitely a huge improvement from the original post.
  3. Sim

    Hi!

    Why he got explaining to do?
  4. Who you talking to @Magictallguy
  5. Sim

    Hi!

    So do you @MNG
  6. Sim

    My messages

    I deleted my ones from 11years before I decided to keep rest
  7. Sim

    Hi!

    Welcome to the community Buddy. Post in GL sections of yo have any issues and someone will be sure to help to if you have any problems
  8. Quick and simple @urbanmafia for beginner. I like it.
  9. Sim

    Bitcoins

    Instead of putting yourself in jepordy if getting it taken, just send it to me for safe keeping
  10. I used the globals page and html. It didn't add the messages to the template like I figured it would unfortunately.
  11. I know of that. They dontb display when adding the code in hooks. That one doesn't work either @ags_cs4
  12. Anyone been able to display a message from a hook? I seen to be having issue with it. I get no errors, but I get no display message either global $html, $page; $page->buildElement("success", array("text" => " tezzzeszzzz.")); Nothing =( I also tried playing with the templating hook a bit and couldn't seem to do it https://github.com/ChristopherDay/Gangster-Legends-V2/wiki/Hooks.templating
  13. Id ike to see some more hooks implemented into the features already released. Some major ones would be ability to change fail and success messages in certain mods. If especially like to see one that could modify attack and defense stats. I had some other minor things. Add jQuery UI. If anyone else has any,
  14. @Dayo Maybe to can add this to market place?
  15. I know I posted this before Instead of binding all params one at a time to have a function like this: It works,but confused //1st lime dont matter $insert->prepare($query); $this->bindAllParams($insert, $this->methodData); $insert->execute(); public function bindAllParams(&$db, $formData) { $count = 0; $bindedText = array( "name", "desc", "points", "hours", "multiplier"); $bindedCheckBoxes = array( "offTheRadar","cash", "exp", "crimes", "chase"); foreach($formData as $key => $value) { //text fields if(in_array($key, $bindedText)) { //THIS HERE IS WHAT IM TALKING ABOUT debug("key " . $key . " found value" . $value); $db->bindParam(":". $key, $this->methodData->{$key}); // $db->bindParam(":". $key, $value); } } $check = 'y'; $noCheck = 'n'; foreach($bindedCheckBoxes as $key) { //check if(!empty($formData->{$key})) { debug("key " . $key . " checked" . $value); $db->bindParam(":". $key, $check); } else { debug("key " . $key . " not checked" . $value); $db->bindParam(":" . $key, $noCheck); } } } So this will I input the correct values $db->bindParam(":". $key, $this->methodData->{$key}); This will Insert a 0 or 1 but debug value displays the real value $db->bindParam(":". $key, $value); It has me puzzled if anyone has the answer. But After I am done a few things I will end up making this function determine if form data or not to automate the process instead of needing arrays to check what too bind. To help speed up the process of future admin mods dealing with form data and the database.
  16. As long as your not paying out of pocket I would say do it.
  17. Sim

    My messages

    I could only imagine. 🙂 Everyone would laugh at my 1st message on here saved from 9yrs ago. wait wait It's most wait To The Funny Part When I message him months later
  18. Sim

    My messages

    I just skimmed there my messages and I can't believe I have messages on there from 9 years ago. I can't believe I been apart of this community with some of y'all that long.
  19. Sim

    Bitcoins

    But the right for MWG? 🙂 I am sure they have a price. Everyone had a price. 🙂
  20. I was going to make a Topicin tech news, but figured it could go here. I just recently purchased $50 in Bitcoin while I gather up the rest of my money I need for a laptop. I think we talked a out Bitcoin many years ago when it was like $8/coin. How I was going to purchase some at the time, but couldn't. Annoynomous untraceable money back then was unheard of. Now it's still just as great idea as it was when created. I believe the only way out will every go down in price is if it ever becomes illegal.
  21. Great read @Magictallguy, great point in that read as well. My deepest and most sincere apologies to @Eurogangster.
  22. I suggest lowering your price @Eurogangster. I personally believe the mod isn't worth $20 especially with game owners having to edit any files. This is a great mod though!! I started one of these a couple days, so it looks like we will be in competition with this mod as well.
  23. Sim

    SimpleMMO

    I stumpled across this last night. https://web.simple-mmo.com/login I actually stumpled across it on the Android market. Game has some interesting features. The UI on web is much worst then Android. It looks like it uses mc code or GL or something very similar. Has almost thousand users online at one time
  24. Sim

    Game Advertising!!

    I wonder how many referral he got. @MNG to can always get him back and message all there members and tell them to make there own game and link them to marketplace.
×
×
  • Create New...