-
Posts
2,392 -
Joined
-
Last visited
-
Days Won
62
Content Type
Profiles
Forums
Events
Everything posted by Sim
-
CriminalEmpire - Brand New MMORPG Set to release this weekend
Sim replied to m1ll1k3n's topic in Game Projects
Anyone else notice the little nav bar on bottom of the travel page -
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.
-
Sounds like Paul has lost some coding skills. Eh?
-
It looks like we all got some explaining to do you including you. @Magictallguy
-
This is a cool mod, I'm glad I just seen this. It just gave me some great ideas.
-
CriminalEmpire - Brand New MMORPG Set to release this weekend
Sim replied to m1ll1k3n's topic in Game Projects
Those screenshots are definitely a huge improvement from the original post. -
Who you talking to @Magictallguy
-
I deleted my ones from 11years before I decided to keep rest
-
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
-
Quick and simple @urbanmafia for beginner. I like it.
-
Instead of putting yourself in jepordy if getting it taken, just send it to me for safe keeping
-
I used the globals page and html. It didn't add the messages to the template like I figured it would unfortunately.
-
I know of that. They dontb display when adding the code in hooks. That one doesn't work either @ags_cs4
-
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
-
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,
-
@Dayo Maybe to can add this to market place?
-
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.
-
As long as your not paying out of pocket I would say do it.
-
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
-
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.
-
But the right for MWG? 🙂 I am sure they have a price. Everyone had a price. 🙂
-
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.