Jump to content
MakeWebGames

Karlos

Members
  • Posts

    951
  • Joined

  • Last visited

    Never

Everything posted by Karlos

  1. Re: BRAND NEW EXPLORE [v2] Tested re do the whole thing :|
  2. Re: My Orginization & My Production (V2)   naw 1x4 is good :-D but 2x2 suits you :-)
  3. Re: BRAND NEW EXPLORE [v2] Tested actually illusions did but he took it down in the end it looks like :| Well Done Tho :wink:
  4. Re: BRAND NEW EXPLORE [v2] Tested hasnt this type of explore bee done :?
  5. Re: My Orginization & My Production (V2)   much better
  6. Re: [FREE] [V2] 2 Game Styles/Themes   more like lazy :-P
  7. Re: [V2] SafeHouse fair enough :-P im gonna look throh the code in more detail now :-) i just asked that for noobies :-)
  8. Re: [V2] SafeHouse   lol i just demolish them all :-)   u could make it so the cn train so they dont have to being attacked while training
  9. Re: [V2] SafeHouse no probs, it was just annoying when im tired from aloada footie and rugby today :lol:
  10. Re: [V2] SafeHouse   my pathetic behaviour? your the one who interupts everything and starts the insults....are you sure they aint telling you its your behaviour? cuz if f**king stinks hes ur bruv, im cool with it but hes the one whos starting it all up, i cba to argue but hes keeping the arguement going....
  11. Re: [V2] SafeHouse   i have a nice life actually + i could said "it" if you prefer?   sniko if im right you original code had 3 files...i put it in one a fixed it up and i said we both made it so we both had credit   Thats why i said "he edited the script" so why cant "it" get it into his head :?
  12. Re: Voting token exchange   thanks
  13. Re: [V2] SafeHouse   No i dont but i forgave him and he edited the script sniko if im right you original code had 3 files...i put it in one a fixed it up and i said we both made it so we both had credit   we were discssing it then he butted in and started it off :|  they havent taken you away...yet i see :| unfortunate wont be long
  14. Re: [V2] SafeHouse   Yeah, PHP, WoW Where Would We Be Without You you asked the question...i just replied :-)   Im Alright Thanks But I think you should get some help from them.....seems like your already going crazy :| heres some advice to help you...call them asap
  15. Re: [V2] SafeHouse because its one coding language :-)
  16. Re: Voting token exchange nice one easy to read as well you should make the table clearer like <?php /** * @author Blackdogg * @copyright 2008 */ include("globals.php"); if(!$_GET['spend']) { echo ' Welcome To The Token Exchange [i]This token exchange is for all that vote for '.$set['game_name'].'and theres extra specials for donators[/i] <table border="1"> <tr> <th>Special</th> <th>Cost</th> <th>Buy</th> </tr> <tr> <td>Full Health</td> <td>2 Tokens</td> <td>[url="?spend=1"]Buy[/url]</td> </tr> <tr> <td>Full Energy</td> <td>5 Tokens</td> <td>[url="?spend=2"]Buy[/url]</td> </tr> <tr> <td>Full Brave</td> <td>5 tokens</td> <td>[url="?spend=3"]Buy[/url]</td> </tr> <tr> <td>Full Power</td> <td>5 Tokens</td> <td>[url="?spend=4"]Buy[/url]</td> </tr> <tr> <td>$1000</td> <td>8 Tokens</td> <td>[url="?spend=5"]Buy[/url]</td> </tr> <tr> <td>donators</td> <td>Items</td> </tr> <tr> <td>Will Boost</td> <td>25 Tokens</td> <td>[url="?spend=6"]Buy[/url]</td> </tr> </table>';
  17. Re: [V2] SafeHouse   lOl immortal x else if ($r['safehouse'] == 0) even if they are not in a safehouse they still cannot be attacked (i think havent looked at the original codes in a while) best to use   You Havent Looked At the Codes For A While?? I've Never have :) i dont like the idea of mods like this...but im sure im right, but some needs to test it cuz i cbf :-)
  18. Re: [V2] SafeHouse   else if ($r['safehouse'] == 0) { print "This person is in a safehouse in a secret location you cannot hunt them down to kill them sorry XD [url='index.php']Back[/url]"; $h->endpage(); exit; } else if ($ir['safehouse'] == 1) { print "You are in a safe house you cannot attack others [url='index.php']Back[/url]"; $h->endpage(); exit; }   I think its that :-) not sure tho as i dont use the mod
  19. Re: Paper, Scissors, Stone [v2]   it does :roll: :-D
  20. Re: [V2] Pollution im not sure what this actually is good for or what it entirely does.... no offence sniko
  21. Re: [V2] The Basics *Totorial* Siz Bout this but i see another thing :| Make It Less, Reduce The Code <a href=?spend=1'>Buy Daily News</a>
  22. Re: [V2] The Basics *Totorial*   I personally would do it like else if($_GET['spend'] == 1) { if($ir['money'] < 49) { echo 'You Dont Have Enough'; } else { $sql = sprintf("UPDATE users SET money=money-50,**WHAT-YOU-BOUGHT-DB-NAME**=**WHAT-YOU-BOUGHT-DB-NAME**+1 WHERE userid=%s", $userid); mysql_query($sql); echo 'You brought **ITEM**! [url='index.php']Go Home[/url] "; } } as its slightly more secure and easier to read Nice One Tho :wink:
  23. Re: Battletent Fix ill kick half of em :)
  24. Re: [MOD] Flash Clock suitable for all MCC versions [RE-UPLOADED] nice :-) but i hate flash :-P
  25. Re: Battletent Fix oh well, ive removed the battle tent anyway :-)
×
×
  • Create New...