Jump to content
MakeWebGames

Blackdogg

Members
  • Posts

    85
  • Joined

  • Last visited

    Never

Blackdogg's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Level specific items ok i went off this mod for a while but thought id give it another go maybe if i explain abit clearer what i want someone might help me :) I already have the mod for items needed for crimes now what i want is to make items for specific lvls for specific crimes. now you dont actually use the item needed for the crime you just need it in your inventory so how can i stop a lvl 10 player having a lvl 20 item
  2. Re: [MCCODE V2] User Competitions Did anyone ever get this working im trying to work on it but not getting very far lol
  3. Re: [MC-Codes][V2]Thugs (core system) I dont know if this has happened to anyone else but one you buy your hideout then purchase a thug then by pressing back on the browser screen it gives everyone in the game a 20 digit or more amount of money
  4. Re: Level specific items so why dont you share your bit of coding with us then :)
  5. Re: [MCCODES ALL] IE8 Fix for visual Errors would something like this work for firefox to as my game doesnt like people who use firefox they cant equip items (just says invalid item id) and does triple posts in the forum and opera does double posts in forums and mails and such like ??
  6. Hi everyone i was just wondering if it was possible to be able to add items to the game that would only be useable by users over a certain level and if anyone can help me with the coding of it. Im guessing you would put a snippet of code into the itemuse.php or inventory.php something like if ($i['itmid'] == **&($i['level']>**) { print " [<a>Use</a>]";   Or am im completley utterly and totaly going in the wrong direction lol :roll:
  7. Re: [mccode v2] Item needed to perform crime. Well i know this is an old mod but ive just installed it and id like to show my appreciation for the coder if he is still around Thanks mate i love it
  8. Re: [McCodes v2] ($3) Database driven voting script with incentive and security Ok where do i start First of all this is an excellent script that makes life hell of alot easier to add voting sites and rewards Secondly this guy is amazingly helpfull, helped me with a problem that didnt even have anything to do with his mod Also i have just recieved a update for this mod A****** for this guy
  9. Re: forum posts thank you very much you my friend are an a* guy +1 for you :)
  10. Re: forum posts Yeah im using the standard mc codes forum if thats any help :)
  11. Re: forum posts all im getting is a blank page :( also when i use requireonce it comes up as an undefined function error
  12. Re: forum posts ok ive probably gone about this all wrong but am i anywhere near when i use this code <?php /** * @author Blackdogg * @copyright 2009 */ include "globals.php"; switch($_GET['action']) { case "forum": forum(); break; } function forum() { global $db,$ir,$c,$userid, $myf; print "Showing the last 10 forum posts <table width=75% cellspacing=1 class='table'><tr style='background:gray'> select topic from forum_topics order by last_post_date desc limit 10 "; } print "</table>"; ?> ive put a link onto the homepage to take you to a new page (code above) Be gentle with me im still learning :p
  13. Does anyone have a mod that when clicked shows the last 10 active topics in the forums :)
  14. Re: [MCCODE V2] User Competitions   No it wont first off if($ir['money'] < 500000) { die("You don't have enough money. You need \$100,000."); }   2 totally different amounts secondly print "<h3> Create A Competition </h3> <form action='creategang.php' method='post'><input type='hidden' name='submit' value='1' /> This is going to create a gang page :P
  15. Re: Thank a CE mccode Mod Developer Day Well i will say a big THANK YOU for the help ive kind of recieved lol
×
×
  • Create New...