-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
Here i'll give the gist of it for future reference: He had a SQL apparently for a mod hes implementing And it started out with CREATE TABLE IF NOT EXSISTS users He had an issue with importing the SQL because mc code databases come with a users table so it wont add it since it already exsists.
-
You already have the table users I believe you need to alter the table and not "create" it since it already exsists
-
haha that is classic
-
He doesnt have it anymore, I already tried
-
I did some searching around in the forums and google and the only thing I found is this thread in the archives here: http://makewebgames.io/archive/index.php/t-35743.html? Basically what the guy did was used: curl http://www.yourdomain.com/cron_minute.php?code=mygamecode >/dev/null 2>&1 The "mygamecode" again is the "code" in config.php. You just copy and paste it over the mygamecode and change yourdomain to whatever it really is. The >/dev/null 2>&1 I guess disables the email for that cron. Then just set up the times using the dropdown menus when you are adding the cron in your cron jobs area most places ive seen have the dropdowns
-
Have you tried 1freehosting? Theres looks pretty easy to set up
-
I have never used that command and am not too sure about this host, ive tried using them and I cant even get a webpage to display php -f /home/YOUR_CPANEL_USERNAME/public_html/file.php im assuming you just follow the path they gave you And I believe you username is that wierd number they give you and file.php is the actual file like minute_cron.php or whatever its called And if you need a code just get it from your config.php and add after the .php?code=codeinconfig.php And to set them they should have settings to run the cron at different times so depending on what cron your setting up you choose that setting For example your day cron will be set up using the everyday setting
-
How are you putting them in ecactly? And what errors are you getting?
-
Here is my thought: Start with any engine preferrably a free one csuse you dont want to dump money into something going in completely blind. A couple free engines are: Mccode v1- I guess MC no longer supports this engine but a lot of people out here still do. It has almost everything you may need to start a semi functional game and still add more to it. Ezrpg- If you know what you are doing you can use this, this is more of a barebones engine and may not be newb friendly but I happen to tjink its kinda fun experimenting with more than I can do it will give you good practice if your confident in your skills. Gangster Legends- I happen to like this one, it looks real nice feels nice, coding for me I think is pretty clean and organized but also difficult for the newbs. All in all, they all have their ups and downs but its a matter of your preference and what you would like to accomplish. Their are a lot of people here that are also willing to help for a fairly reasonable price depending on of course what all you want help with and a lot of those people will offer you free help/advice as long as you make an attempt(trust me I know, im guilty myself of asking for a lot of help but I do try to give back what and when I can). Also you mentioned making political stuff, pm me cause I have an idea and us two newbs can maybe put our thinking caps on and make something good ;)
-
I could be wrong but I always though/read here that as long as you have a mc license your good just change the layout?
-
Here is a Roulette mod that was posted free for GRPG that I converted over to mccodes since I got bored just now. feel free to take it, change it, and critique it just remember all you OGs out there im just a scrub. Original source: http://makewebgames.io/showthread.php/41537-Roulette <?php //Originally coded by grant //Converted by KyleMassacre include_once (DIRNAME(__FILE__) . '/globals.php'); $number = rand(1,36); $n0 = abs(intval($_POST['n0'])); $n1 = abs(intval($_POST['n1'])); $n2 = abs(intval($_POST['n2'])); $n3 = abs(intval($_POST['n3'])); $n4= abs(intval($_POST['n4'])); $n5 = abs(intval($_POST['n5'])); $n6= abs(intval($_POST['n6'])); $n7 = abs(intval($_POST['n7'])); $n8 = abs(intval($_POST['n8'])); $n9 = abs(intval($_POST['n9'])); $n10 =abs(intval( $_POST['n10'])); $n11 = abs(intval($_POST['n11'])); $n12 = abs(intval($_POST['n12'])); $n13 = abs(intval($_POST['n13'])); $n14 = abs(intval($_POST['n14'])); $n15 = abs(intval($_POST['n15'])); $n16= abs(intval($_POST['n16'])); $n17= abs(intval($_POST['n17'])); $n18 = abs(intval($_POST['n18'])); $n19 = abs(intval($_POST['n19'])); $n20= abs(intval($_POST['n20'])); $n21= abs(intval($_POST['n21'])); $n22= abs(intval($_POST['n22'])); $n23 = abs(intval($_POST['n23'])); $n24 = abs(intval($_POST['n24'])); $n25 = abs(intval($_POST['n25'])); $n26 = abs(intval($_POST['n26'])); $n27 = abs(intval($_POST['n27'])); $n28 = abs(intval($_POST['n28'])); $n29= abs(intval($_POST['n29'])); $n30 = abs(intval($_POST['n30'])); $n31= abs(intval($_POST['n31'])); $n32 = abs(intval($_POST['n32'])); $n33 = abs(intval($_POST['n33'])); $n34 = abs(intval($_POST['n34'])); $n35 = abs(intval($_POST['n35'])); $n36 = abs(intval($_POST['n36'])); $e = abs(intval($_POST['e'])); $o = abs(intval($_POST['o'])); $teen = abs(intval($_POST['teen'])); $teen1 = abs(intval($_POST['teen1'])); $black = abs(intval($_POST['black'])); $red = abs(intval($_POST['red'])); $twelve = abs(intval($_POST['twelve'])); $dtv = abs(intval($_POST['dtv'])); $vtz = abs(intval($_POST['vtz'])); $ek = abs(intval($_POST['ek'])); $tk = abs(intval($_POST['tk'])); $dk = abs(intval($_POST['dk'])); if (!empty($_POST['go4'])){ $bet = $n0+$n1+$n2+$n3+$n4+$n5+$n6+$n7+$n8+$n9+$n10+$n11+ $n12+$n13+$n14+$n15+$n16+$n17+$n18+$n19+$n20+$n21+ $n22+$n23+$n24+$n25+$n26+$n27+$n28+$n29+$n30+$n31+ $n32+$n33+$n34+$n35+$n36+$e+$o+$teen+$teen1+$black +$red+$twelve+$dtv+$vtz+$ek+$dk+$tk; $maxbet=50000; $minbet=1000; if ($bet > $ir['money']){ print "You do not have that much money!"; die(); } if ($bet > $maxbet){ print "You cannot bet that much money!"; die(); } if ($bet < $minbet){ print "C'mon cheap skate bet a little more than that!"; die(); } $nmoney = 0; if ($number == 1){ $nmoney = $nmoney + $n1 * 35; $on = 1; }elseif ($number == 2){$nmoney = $nmoney + $n2 * 35; $on = 2; }elseif ($number == 3){$nmoney = $nmoney + $n3 * 35; $on = 3; }elseif ($number == 4){$nmoney = $nmoney + $n4 * 35; $on = 4; }elseif ($number == 5){$nmoney = $nmoney + $n5 * 35; $on = 5; }elseif ($number == 6){$nmoney = $nmoney + $n6 * 35; $on = 6; }elseif ($number == 7){$nmoney = $nmoney + $n7 * 35; $on = 7; }elseif ($number == 8){$nmoney = $nmoney + $n8 * 35; $on = 8; }elseif ($number == 9){$nmoney = $nmoney + $n9 * 35; $on = 9; }elseif ($number == 10){$nmoney = $nmoney + $n10 * 35; $on = 10; }elseif ($number == 11){$nmoney = $nmoney + $n11 * 35; $on = 11; }elseif ($number == 12){$nmoney = $nmoney + $n12 * 35; $on = 12; }elseif ($number == 13){$nmoney = $nmoney + $n13 * 35; $on = 13; }elseif ($number == 14){$nmoney = $nmoney + $n14 * 35; $on = 14; }elseif ($number == 15){$nmoney = $nmoney + $n15 * 35; $on = 15; }elseif ($number == 16){$nmoney = $nmoney + $n16 * 35; $on = 16; }elseif ($number == 17){$nmoney = $nmoney + $n17 * 35; $on = 17; }elseif ($number == 18){$nmoney = $nmoney + $n18 * 35; $on = 18; }elseif ($number == 19){$nmoney = $nmoney + $n19 * 35; $on = 19; }elseif ($number == 20){$nmoney = $nmoney + $n20 * 35; $on = 20; }elseif ($number == 21){$nmoney = $nmoney + $n21 * 35; $on = 21; }elseif ($number == 22){$nmoney = $nmoney + $n22 * 35; $on = 22; }elseif ($number == 23){$nmoney = $nmoney + $n23 * 35; $on = 23; }elseif ($number == 24){$nmoney = $nmoney + $n24 * 35; $on = 24; }elseif ($number == 25){$nmoney = $nmoney + $n25 * 35; $on = 25; }elseif ($number == 26){$nmoney = $nmoney + $n26 * 35; $on = 26; }elseif ($number == 27){$nmoney = $nmoney + $n27 * 35; $on = 27; }elseif ($number == 28){$nmoney = $nmoney + $n28 * 35; $on = 28; }elseif ($number == 29){$nmoney = $nmoney + $n29 * 35; $on = 29; }elseif ($number == 30){$nmoney = $nmoney + $n30 * 35; $on = 30; }elseif ($number == 31){$nmoney = $nmoney + $n31 * 35; $on = 31; }elseif ($number == 32){$nmoney = $nmoney + $n32 * 35; $on = 32; }elseif ($number == 33){$nmoney = $nmoney + $n33 * 35; $on = 33; }elseif ($number == 34){$nmoney = $nmoney + $n34 * 35; $on = 34; }elseif ($number == 35){$nmoney = $nmoney + $n35 * 35; $on = 35; }elseif ($number == 36){$nmoney = $nmoney + $n36 * 35; $on = 36; }else { $nmoney = ""; } // odd or even if($number % 2 == 0) { $type = "even"; } else { $type = "odd"; } if($type == "odd") { $nmoney = $nmoney + $o * 2; } elseif($type == "even") { $nmoney = $nmoney + $e * 2; } //Low or high if ($nummer >= 19) { $nmoney = $nmoney + $high * 2; } elseif($nummer >= 0) { $nmoney = $nmoney + $low * 2; } $red = $_POST['red']; $black = $_POST['black']; $red22 = array ( "1" => "1", "2" => "3", "3" => "5", "4" => "7", "5" => "9", "6" => "12", "7" => "14", "8" => "16", "9" => "18", "10" => "19", "11" => "21", "12" => "23", "13" => "25", "14" => "27", "15" => "30", "16" => "32", "17" => "34", "18" => "36"); $ii = 1; while ($ii < 18){ if ($red22[$ii] == $number){ $colour1 = red; $nmoney = $nmoney + $red * 2; } /////////////////////////////////////////////need to fix coloums!!!! $ii++; } if ($colour1 == ""){ $black1 = array ( "1" => "2", "2" => "4", "3" => "6", "4" => "8", "5" => "10", "6" => "13", "7" => "15", "8" => "17", "9" => "20", "10" => "22", "11" => "24", "12" => "26", "13" => "28", "14" => "29", "15" => "31", "16" => "33", "17" => "35"); $iii = 0; while ($iii < 18){ if ($black1[$iii] == $number){ $colour1 = black; $nmoney = $nmoney + $black * 2; } $iii++; }} //fine $one218 = array ( "0" => "1", "1" => "2", "2" => "3", "3" => "4", "4" => "5", "5" => "6", "6" => "7", "7" => "8", "8" => "9", "9" => "10", "10" => "11", "11" => "12", "12" => "13", "13" => "14", "14" => "15", "15" => "16", "16" => "17", "17" => "18"); $part = 0; while ($part < 17){ if ($one218[$part] == $number){ $nmoney = $nmoney + $teen * 2; } $part++; } $teen236 = array ( "0" => "19", "1" => "20", "2" => "21", "3" => "22", "4" => "23", "5" => "24", "6" => "25", "7" => "26", "8" => "27", "9" => "28", "10" => "29", "11" => "30", "12" => "31", "13" => "32", "14" => "33", "15" => "34", "16" => "35", "17" => "36"); $part1 = 0; while ($part1 < 17){ if ($teen236[$part1] == $number){ $nmoney = $nmoney + $teen1 * 2; } $part1++; } $one212 = array ( "0" => "1", "1" => "2", "2" => "3", "3" => "4", "4" => "5", "5" => "6", "6" => "7", "7" => "8", "8" => "9", "9" => "10", "10" => "11", "11" => "12"); $part2 = 0; while ($part2 < 11){ if ($one212[$part2] == $number){ $nmoney = $nmoney + $twelve * 3; } $part2++; } $teen2244 = array ( "0" => "13", "1" => "14", "2" => "15", "3" => "16", "4" => "17", "5" => "18", "6" => "19", "7" => "20", "8" => "21", "9" => "22", "10" => "23", "11" => "24"); $part3 = 0; while ($part3 < 11){ if ($teen2244[$part3] == $number){ $nmoney = $nmoney + $dtv * 3; } $part3++; } $twen5 = array ( "0" => "25", "1" => "26", "2" => "27", "3" => "28", "4" => "29", "5" => "30", "6" => "31", "7" => "32", "8" => "33", "9" => "34", "10" => "35", "11" => "36"); $part4 = 0; while ($part4 < 11){ if ($twen5[$part4] == $number){ $nmoney = $nmoney + $vtz * 3; } $part4++; } $small = array ( "0" => "1", "1" => "5", "2" => "9", "3" => "13", "4" => "17", "5" => "21", "6" => "25", "7" => "29", "8" => "33" ); $part5 = 0; while ($part5 < 8){ if ($small[$part5] == $number){ $nmoney = $nmoney + $ek * 3; } $part5++; } $small1 = array ( "0" => "1", "1" => "5", "2" => "9", "3" => "13", "4" => "17", "5" => "21", "6" => "25", "7" => "29", "8" => "33" ); $part6 = 0; while ($part6 < 8){ if ($small1[$part6] == $number){ $nmoney = $nmoney + $tk * 3; } $part6++; } $small2 = array ( "0" => "1", "1" => "5", "2" => "9", "3" => "13", "4" => "17", "5" => "21", "6" => "25", "7" => "29", "8" => "33" ); $part7 = 0; while ($part7 < 8){ if ($small2[$part7] == $number){ $nmoney = $nmoney + $dk * 3; } $part7++; } $yougot = $nmoney - $bet; } ?> <table WIDTH="75%" BORDER="0" CELLSPACING="0" CELLPADDING="0" > <tr> <td>Roulette</td> </tr> </table> <form method="post"> <table WIDTH="75%" BORDER="0" CELLSPACING="0" CELLPADDING="0" > <tr> <td WIDTH="0%" HEIGHT="48"> </td> <td WIDTH="0%"> </td> <td WIDTH="0%"> </td> <td WIDTH="0%"> </td> <td WIDTH="31%"> </td> <td COLSPAN="3" ALIGN="center">0 <input name=n0 type=text class="text" ID="n0" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="37"> </td> <td> </td> <td> </td> <td> </td> <td> Max Bet: $50,000<br /> Minimum Bet: $1,000</td> <td WIDTH="23%" ALIGN="center">1 <input name=n1 type=text class="text" ID="n1" size=8 maxlength="10"></td> <td WIDTH="23%" ALIGN="center">2 <input name=n2 type=text class="text" ID="n2" size=8 maxlength="10"></td> <td WIDTH="23%" ALIGN="center">3 <input name=n3 type=text class="text" ID="n3" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="30"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center"><h2>Money $<? echo number_format($ir['money']) ?></h2></td> <td ALIGN="center">4 <input name=n4 type=text class="text" ID="n4" size=8 maxlength="10"></td> <td ALIGN="center">5 <input name=n5 type=text class="text" ID="n5" size=8 maxlength="10"></td> <td ALIGN="center">6 <input name=n6 type=text class="text" ID="n6" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="31"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center"><?php if (!empty($_POST['go4'])){ if ($yougot <= 0){ echo " <h3>Wheel Number ".$number."</h3> <font color='#ff000'>you lost $".number_format($bet)."</font>"; $result = $db->query("UPDATE `users` SET money=money-$bet WHERE `userid`='".$userid."'"); }elseif($yougot > 0){ echo"<h3>Wheel Number ".$number."</h3> <font color='green'>Congratulations you won $".number_format($nmoney)."</font>"; $result = $db->query("UPDATE `users` SET money=money+$nmoney WHERE `userid`='".$userid."'"); }} ?> </td> <td ALIGN="center">7 <input name=n7 type=text class="text" ID="n7" size=8 maxlength="10"></td> <td ALIGN="center">8 <input name=n8 type=text class="text" ID="n8" size=8 maxlength="10"></td> <td ALIGN="center">9 <input name=n9 type=text class="text" ID="n9" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="35"> </td> <td> </td> <td> </td> <td> </td> <td ROWSPAN="12"><img SRC="Roulettetable.png" WIDTH="250" HEIGHT="329"></td> <td ALIGN="center">10 <input name=n10 type=text class="text" ID="n10" size=8 maxlength="10"></td> <td ALIGN="center">11 <input name=n11 type=text class="text" ID="n11" size=8 maxlength="10"></td> <td ALIGN="center">12 <input name=n12 type=text class="text" ID="n12" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="34"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">13 <input name=n13 type=text class="text" ID="n13" size=8 maxlength="10"></td> <td ALIGN="center">14 <input name=n14 type=text class="text" ID="n14" size=8 maxlength="10"></td> <td ALIGN="center">15 <input name=n15 type=text class="text" ID="n15" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="34"> </td> <td COLSPAN="3"> </td> <td ALIGN="center">16 <input name=n16 type=text class="text" ID="n16" size=8 maxlength="10"></td> <td ALIGN="center">17 <input name=n17 type=text class="text" ID="n17" size=8 maxlength="10"></td> <td ALIGN="center">18 <input name=n18 type=text class="text" ID="n18" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="35"> </td> <td COLSPAN="3"> </td> <td ALIGN="center">19 <input name=n19 type=text class="text" ID="n19" size=8 maxlength="10"></td> <td ALIGN="center">20 <input name=n20 type=text class="text" ID="n20" size=8 maxlength="10"></td> <td ALIGN="center">21 <input name=n21 type=text class="text" ID="n21" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="38"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">22 <input name=n22 type=text class="text" ID="n22" size=8 maxlength="10"></td> <td ALIGN="center">23 <input name=n23 type=text class="text" ID="n23" size=8 maxlength="10"></td> <td ALIGN="center">24 <input name=n24 type=text class="text" ID="n24" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="33"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">25 <input name=n25 type=text class="text" ID="n25" size=8 maxlength="10"></td> <td ALIGN="center">26 <input name=n26 type=text class="text" ID="n26" size=8 maxlength="10"></td> <td ALIGN="center">27 <input name=n27 type=text class="text" ID="n27" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="37"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">28 <input name=n28 type=text class="text" ID="n28" size=8 maxlength="10"></td> <td ALIGN="center">29 <input name=n29 type=text class="text" ID="n29" size=8 maxlength="10"></td> <td ALIGN="center">30 <input name=n30 type=text class="text" ID="n30" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="35"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">31 <input name=n31 type=text class="text" ID="n31" size=8 maxlength="10"></td> <td ALIGN="center">32 <input name=n32 type=text class="text" ID="n32" size=8 maxlength="10"></td> <td ALIGN="center">33 <input name=n33 type=text class="text" ID="n33" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="32"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">34 <input name=n34 type=text class="text" ID="n34" size=8 maxlength="10"></td> <td ALIGN="center">35 <input name=n35 type=text class="text" ID="n35" size=8 maxlength="10"></td> <td ALIGN="center">36 <input name=n36 type=text class="text" ID="n36" size=8 maxlength="10"></td> </tr> <tr> <td HEIGHT="40"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">odd <input NAME=o TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> <td ALIGN="center">19- 36 <input name=teen type=text class="text" ID="teen" size=8 maxlength="10"></td> <td ALIGN="center">Even <input NAME=e TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> </tr> <tr> <td HEIGHT="53"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">red <input NAME=red TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> <td ALIGN="center">1 - 18 <input NAME=teen TYPE=text CLASS="text" ID="teen" SIZE=8 MAXLENGTH="10"></td> <td ALIGN="center">black <input NAME=black TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> </tr> <tr> <td HEIGHT="58"> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">1 -12 <input NAME=twelve TYPE=text CLASS="text" ID="twelve" SIZE=8 MAXLENGTH="10"></td> <td ALIGN="center">13 -24 <input NAME=dtv TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> <td ALIGN="center">25-36 <input NAME=vtz TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> </tr> <tr> <td HEIGHT="65"> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center">1st column <input NAME=ek TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> <td ALIGN="center">2nd column <input NAME=tk TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> <td ALIGN="center">3rd column <input NAME=dk TYPE=text CLASS="text" SIZE=8 MAXLENGTH="10"></td> </tr> <tr> <td HEIGHT="37"> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td ALIGN="center"><input name='go4' type=submit class="buttong" value=Bet> <input type=reset class="buttong" value=Reset></td> <td> </td> </tr> </table></form> <table WIDTH="75%" BORDER="0" CELLSPACING="0" CELLPADDING="0" > <tr> <td> </td> </tr> </table> <?php ?>
-
I just want to tell you I love the sound of all the new features. A lot of it is stuff I have been thinking of "trying" to do cause it kinda goes with my "post-apocolyptic/end of the world" type theme. Im gonna check this out
-
McCodes FREE - Request Modifications
KyleMassacre replied to sniko's topic in Requests & In Production
I dont use V1 myself but I think a hot item for it should be an Auto crediting IPN system for the ones that dont have it working fo V1 Just an idea -
Im not too sure but maybe you need some some of exit/page kill or whatever like around line 49
-
[ATTACH=CONFIG]418[/ATTACH] I converted it over if anyone would like it message me and I may put it up if the demand is there
-
Revamped Individual Player Shops Mod + Future Updates [$10]
KyleMassacre replied to Arson's topic in Paid Modifications
Oh wow I just seen that, your right ill have to take a look at that -
Revamped Individual Player Shops Mod + Future Updates [$10]
KyleMassacre replied to Arson's topic in Paid Modifications
What do those couple lines of code say cause that doesnt sound right, I have it installed and I havent come across that and im on my phone so its a little difficult to check -
Well let me just say I cant stand msn ;) I prefer gtalk but you can get scammed anywhere even in person but I think this is a great place to start is in the forums then after you feel comfy with the dude/dudette then you can take it some where else for immediate responses but those convos I dont think should be much more than "hey, waddya think about this?" Or "hey, can we change this up a bit?" I think the forum should state the fact whos accepting the job and terms before hand but usually the op states terms and conditions. But this is just my thought on it. Btw, whats with everytime I try to post it says its too short, this looks more like 10 chars to me?
-
Most of his work is on his site that he owns
-
All games get boring after a month or so, thats why you gotta have a hook that runs alomg side the story line that will keep it interesting for a while. Take my project for instance, now this just may be my point of view on the idea but I think its really cool. I dont know if any of you have played Fable for Xbox but my idea is similar. I am going to have a few classes and depending on the actions you perform whether it be crimes, attacking certain classes, etc., that will determine your outcome in the game. Depending on what class you are may just limit you to certain things in the game for example but not limited to: gangs, items, and cites. I dont want to give exact details to everything yet because its still a work in progress. Some things are being/going to be rewritten, some small modifications to existing scripts, so on and so forth.
-
Myself, im over the "mafia-style" so im currently planning a little something different like the underworld rising up and trying to conquer earth
-
Its just really odd that one day im navigating through my page fine and dandy and they next day some of my pages are error infested and I mean literally "the next day" Here is a post I made about it a little while back http://makewebgames.io/showthread.php/41663-mysql_query-errors?p=275178
-
I tried a mod I was having issues with on a free server and it worked great even my inventory items showed up in the dropdown which is really wierd
-
Yep that should be it, further along in that post is all the conversions for the different queries. And see Cronus it wasnt just me I feel better now haha
-
Good luck with that and please do share if it works or not