Jump to content
MakeWebGames

knowles

Members
  • Posts

    50
  • Joined

  • Last visited

    Never

Everything posted by knowles

  1. Re: [V2] Race Goods   np it would go realy good with my game thanks again
  2. Re: [v2] Cannot be attacked for 2 days   looks nice Ragnar :D
  3. Re: [V2] Race Goods this is a really good mod »»¤¤/··§niko··\¤¤«« keep up the good work
  4. Re: My forgot password. [v2] & [v1] Looks good killah i been looking for this everywere
  5. Re: Script For Header good mod killah :D
  6. Re: Passes Mod [v2] looks nice Karlos :D
  7. Re: [v2] Cannot be attacked for 2 days sorry about posting this on your mod but i cant pm you whats your msn »»¤¤/··§niko··\¤¤««
  8. Re: [v2] Cannot be attacked for 2 days   im quite new to coding and i dont have a cule how to make this so thanks »»¤¤/··§niko··\¤¤««
  9. Re: [V2] Race Mod & Status Mod on Page 2 [V2] Thanks For these mods there well good :D:D
  10. Re: Kill A Gangster [v2]   what you on mate this isnt your mod like i said i got bits of other mods aswell so its not just yours
  11. Re: Kill A Gangster [v2]   no i didnt i took bit of other mods but i didnt just copy your mod. yes its shit but im not that good at coding im still learning
  12. Re: [FREE] [V2] 2 Game Styles/Themes   Im looking forward to that mate keep up the good work :-)
  13. Re: [FREE] [V2] 2 Game Styles/Themes lol the one i used worked perfect. nice one iamwicked :D
  14. im quite new to coding and this is my first mod But It Is Mainly Killahs. Some of you might like it. First Create a file called KillaGangster.php then upload this:   <?php include("globals.php"); echo '<h1></h1>'; $prices = array("Gangsters",'500','750','1000','1500'); if($_GET['act']) { $will = rand(1,5); $cost = abs(@intval($_POST['price'])); mysql_query("UPDATE users SET will=will+".$will.",money=money-".$cost." WHERE userid=".$ir['userid']) or die(mysql_error()); mysql_query("UPDATE users SET will=maxwill WHERE will>maxwill") or die(mysql_error()); echo 'You Killed A Gangster, you gain '.$will.'% will.'; $h->endpage(); exit; } else { echo 'Welcome, How Would You Like To Kill A Gangster. <table border="1" cellspacing="0" class="table" width="35%"> <tr> <th>How</th> <th>Cost</th> <th>do</th> </tr> <tr> <td>Beat Them To The Floor</td> <td>'.money_formatter($prices[1]).'</td> <td><form action="'.$_SERVER['PHP_SELF'].'?act=buy" method="post"><input type="hidden" name="who" value="Beat Them To The Floor"><input type="hidden" name="price" value="'.$prices[1].'"><input type="submit" value="do"></form></td> </tr> <tr> <td>Run Them Over In A Bus</td> <td>'.money_formatter($prices[2]).'</td> <td><form action="'.$_SERVER['PHP_SELF'].'?act=buy" method="post"><input type="hidden" name="who" value="Run Them Over In A Bus"><input type="hidden" name="price" value="'.$prices[2].'"><input type="submit" value="do"></form></td> </tr> <tr> <td>Do A Drive By</td> <td>'.money_formatter($prices[3]).'</td> <td><form action="'.$_SERVER['PHP_SELF'].'?act=buy" method="post"><input type="hidden" name="who" value="Do A Drive By"><input type="hidden" name="price" value="'.$prices[3].'"><input type="submit" value="do"></form></td> </tr> <tr> <td>Plant A Bomb In There Base</td> <td>'.money_formatter($prices[4]).'</td> <td><form action="'.$_SERVER['PHP_SELF'].'?act=buy" method="post"><input type="hidden" name="who" value="Plant A Bomb In There Base"><input type="hidden" name="price" value="'.$prices[4].'"><input type="submit" value="do"></form></td> </tr> </table> <table border="1" cellspacing="0" class="table" width="35%"> <tr> </tr> </table>'; } $h->endpage(); ?>   hope you like it :D
  15. Re: Free Carnival Warning: include(mysql.php) [function.include]: failed to open stream: No such file or directory in /home/knowles9/public_html/carnigames.php on line 12 Warning: include(mysql.php) [function.include]: failed to open stream: No such file or directory in /home/knowles9/public_html/carnigames.php on line 12 Warning: include() [function.include]: Failed opening 'mysql.php' for inclusion (include_path='.:/software/php/lib/php') in /home/knowles9/public_html/carnigames.php on line 12 Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/knowles9/public_html/carnigames.php on line 16
  16. Re: [V2]Crystal Smuggling Mod[V2] How do i make it so people can only use this once a day??????? please help
×
×
  • Create New...