Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. Anyone else notice the little nav bar on bottom of the travel page
  2. How I place a timer in a specific spot? I want to place the timer where the green active is. Not in it's own message.
  3. Sim

    Hi!

    Sounds like Paul has lost some coding skills. Eh?
  4. What happened to this?
  5. Sim

    Hi!

    It looks like we all got some explaining to do you including you. @Magictallguy
  6. This is a cool mod, I'm glad I just seen this. It just gave me some great ideas.
  7. Those screenshots are definitely a huge improvement from the original post.
  8. Sim

    Hi!

    Why he got explaining to do?
  9. Who you talking to @Magictallguy
  10. Sim

    Hi!

    So do you @MNG
  11. Sim

    My messages

    I deleted my ones from 11years before I decided to keep rest
  12. 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
  13. Quick and simple @urbanmafia for beginner. I like it.
  14. Sim

    Bitcoins

    Instead of putting yourself in jepordy if getting it taken, just send it to me for safe keeping
  15. I used the globals page and html. It didn't add the messages to the template like I figured it would unfortunately.
  16. I know of that. They dontb display when adding the code in hooks. That one doesn't work either @ags_cs4
  17. 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
  18. 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,
  19. @Dayo Maybe to can add this to market place?
  20. 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.
  21. As long as your not paying out of pocket I would say do it.
  22. 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
  23. 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.
  24. Sim

    Bitcoins

    But the right for MWG? 🙂 I am sure they have a price. Everyone had a price. 🙂
  25. 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.
×
×
  • Create New...