
HITMAN 17
Members-
Posts
1,145 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by HITMAN 17
-
Well Many People know me on here as bullseye yes that my name on here well im getting reports that apparently im ''begging'' well im not you dont have to help me all i ask for is some guidence and how to do it then i can learn Nyna says that you guys are being arseholes thats my words not hers and saying im begging and for 1000 posts not a very good poster basically shit well im not i just cant think off anything else to do Cheers For Your Cooperation I am reducing my Requests only if i need them cheers guys if you could support me great
-
Re: Crystal Market Addon where abouts shall i add this and im not too sure it will work
-
Re: Crystal Market Addon yer it does i need it so that you can only add one lot of crystals at once not like the guy has done just 1 lot
-
I was Just Wondering If Someone can do a code where they cant add like loads of crystals on at once you can only add one set at a time so you dont get people like this The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy] The_??g???? [1] 1 $3,000 $3,000 [buy]
-
Re: [mccode v2] House Rentals ok cheers
-
Re: [mccode v2] House Rentals QUERY ERROR: Table '********.properties' doesn't exist Query was SELECT pr.*,h.* FROM properties pr LEFT JOIN houses h ON pr.prHOUSE=h.hID WHERE pr.prOWNER=2 ORDER BY h.hPRICE ASC you have not included this can do sql please
-
Re: [mccode v2] House Rentals i have a request that you should make a house market where you can sell houses
-
Re: Jail Bust That Requires 5 brave yes but that dont take the energy away
-
this is my jail bust please can someone add it requires 5 brave and takes 5 brave away <?php include "globals.php"; if($ir['energy'] < 10) { die("Sorry, it costs 10 energy to bust someone. You only have {$ir['energy']} energy. Come back later."); } if($ir['jail']) { die("You cannot bust out people while in jail."); } $_GET['ID']=abs((int) $_GET['ID']); $r=$db->fetch_row($db->query("SELECT * FROM users WHERE userid={$_GET['ID']}")); if(!$r['userid']) { die("Invalid user"); } if(!$r['jail']) { die("That user is not in jail!"); } $mult=$r['level']*$r['level']; $chance=min(($ir['crimexp']/$mult)*50+1, 95); if(rand(1,100) < $chance) { $gain=$r['level']*5; print "You successfully busted {$r['username']} out of jail. > [url='jail.php']Back[/url]"; $db->query("UPDATE users SET crimexp=crimexp+{$gain} WHERE userid=$userid"); $db->query("UPDATE users SET jail=0 WHERE userid={$r['userid']}"); $db->query("UPDATE users SET busts=busts+1 WHERE userid=$userid"); event_add($r['userid'], "[url='viewuser.php?u={$ir[']{$ir['username']}[/url] busted you out of jail.", $c); } else { print "While trying to bust out your friend, a guard spotted you and dragged you into jail yourself. Unlucky! > [url='jail.php']Back[/url]"; $time=min($mult, 20); $db->query("UPDATE users SET jail=$time, jail_reason='Caught trying to bust out {$r['username']}' WHERE userid=$userid"); event_add($r['userid'], "[url='viewuser.php?u={$ir[']{$ir['username']}[/url] was caught trying to bust you out of jail.", $c); } $h->endpage(); ?>
-
[mccode v2] Very simple travel time mod.
HITMAN 17 replied to shaved92bravada's topic in Free Modifications
Re: [mccode v2] Very simple travel time mod. QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE userid=2' at line 1 Query was UPDATE users SET money=money-3000,location=2, traveltime= WHERE userid=2 still get that on your updated picture codes one shaved -
Re: Request Little Forum Addon no mate i mean like when you login it tells you if someone has replied to your topic i think amazon survial has it for v1
-
Can Somebody Code a mod where when you login on v2 it shows you the latest forum topics as i have seen this on some games cheers
-
mccode-v2 streets.php includes image + ability to fight NPCS
HITMAN 17 replied to Uridium's topic in Free Modifications
Re: [mccode v2] streets.php includes image + ability to fight NPCS look on my game www.thedestroyers.co.cc/streets.php my image dosent show why dosnt it show -
Re: [mccode] Voting token exchange what about like a small screen
-
Re: [mccode] Voting token exchange <?php include "globals.php"; print "<h3>Voting</h3> Here you may vote for {$set['game_name']} at various RPG toplists and be rewarded. [url='vstats.php']Voting Stats[/url] [url="votemporg.php"]Vote at Mpogr (Points 2)[/url] [url="voteapex.php"]Vote at APEX (Points 2)[/url] [url="votetopm.php"]Vote at TopM (Points 2)[/url] [url="votejag.php"]Vote at Jag (Points 2)[/url] "; $h->endpage(); ?> Parse error: syntax error, unexpected T_STRING in /home/thedestr/public_html/voting.php on line 6 tryed it still the same
-
Re: [mccode] Voting token exchange i get this error Parse error: syntax error, unexpected T_STRING in /home/thedestr/public_html/voting.php on line 6 this is my code <?php include "globals.php"; print "<h3>Voting</h3> Here you may vote for {$set['game_name']} at various RPG toplists and be rewarded. [url='vstats.php']Voting Stats[/url] [url="votemporg.php"]Vote at Mpogr (Points 2)[/url] <a href='voteapex.php" TARGET="_blank">Vote at APEX (Points 2)</a> <a href='votetopm.php" TARGET="_blank">Vote at TopM (Points 2)</a> <a href='votejag.php" TARGET="_blank">Vote at Jag (Points 2)</a> $h->endpage(); ?>
-
I Would Like The Code Where It Stops Same Ip Transferring crystals sending items
-
Re: [mccode] Voting token exchange btw just a voting question how do you get like a new page to pop up for each voting site instead of going off the game
-
Re: Missions Error Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/thedestr/public_html/header.php on line 482
-
Re: Voting redemption centre error no it just came bugged
-
[mccode v2] Enhanced Hall of fame COMPLETED!
HITMAN 17 replied to Haunted Dawg's topic in Free Modifications
Re: [mccode v2] Enhanced Hall of fame COMPLETED! i have a problem with busts on hall of fame everyone has the same busts ? ? ? ? The_??g???? ? ? ? ? [1] 33 ? ? ? ??????? ? ? ? [2] 33 lambo_68 [4] 33 cole32 [5] 33 kingpin [7] 33 MR_BEAN_LADEN [8] 33 kalador [9] 33 Terry [10] 33 Zagger [12] 33 Kiss [13] 33 HandOfBlood [14] 33 Kaisha [15] 33 gearsofwar2 [16] 33 Dante [18] 33 dodgeydom [21] 33 -bpg- [23] 33 Blaze [24] 33 TheHeadliner [25] 33 cobra [26] 33 blaz [27] 33 same with bails can someone help me as im not sure what it is -
need help with a code the cron_min code
HITMAN 17 replied to Neji_Hyuuga's topic in General Discussion
Re: need help with a code the cron_min code i think there is as you can run them like a forum does also i would recommend going with different host maybe my host if want hosting contact me -
Re: [V2] Robbery works not + can be seen working on www.thedestroyer.co.cc
-
Re: Halloffame Playing up still says 1 The_Legend [1] 24 2 Sniper2k8 [2] 24 3 lambo_68 [4] 24 4 cole32 [5] 24 5 kingpin [7] 24 6 MR_BEAN_LADEN [8] 24 7 kalador [9] 24 8 Terry [10] 24 9 Zagger [12] 24 10 Kiss [13] 24 11 HandOfBlood [14] 24 12 Kaisha [15] 24 13 gearsofwar2 [16] 24 14 Dante [18] 24 15 dodgeydom [21] 24 16 -bpg- [23] 24 17 Blaze [24] 24 18 TheHeadliner [25] 24 19 cobra [26] 24 20 blaz [27] 24
-
Re: Missions Error well im not posting my header as its a paid header by any chance can someone fix it