Jump to content
MakeWebGames

HITMAN 17

Members
  • Posts

    1,145
  • Joined

  • Last visited

Everything posted by HITMAN 17

  1. it appears in the donation logs so its ready to credit them
  2. the problem is with this is that if someone gets outbidded then the person doesnt get an event and doesnt get there money back else this would be a great mod
  3. i dont tend to use team viewer but i can talk you threw which i find easier
  4. jordan stop looking for an arguement like i have just been reading where here to help people using mccodes.
  5. I am trying to make it so the text goes in the cener like the users name as at the moment its going to the left please can someone tell me how to do this thanks
  6. ahh niceone one more problem $name = mysql_fetch_single($query); error is Fatal error: Call to undefined function mysql_fetch_single() in /home/mobster/public_html/forums.php on line 77
  7. Lines 460 to 466 echo sprintf("<form action='forums.php?act=move&topic=%u' method='post'>[b]Move topic to:[/b] %s<input type='submit' value='Move' /></form> ", $_GET['viewtopic'], forum_dropdown($c, 'forum', -1)); echo sprintf("[url='forums.php?act=pin&topic=%u'][img=sticky.gif][/url][url='forums.php?act=lock&topic=%u'][img=lock.png][/url][url='forums.php?act=deletopic&topic=%u'][img=del.png][/url] ", $_GET['viewtopic'], $_GET['viewtopic'], $_GET['viewtopic']); Fatal error: Call to undefined function forum_dropdown() in /home/mobster/public_html/forums.php on line 460
  8. niceone but it would be great if it announced in the New announcements
  9. This is v1 cron Right my nerve bar is 100 I want donators to get 15 energy and non donators to get 5 but when i change them they still give me the same ammount   <?phpinclude "mysql.php";global $c;//brave update$q1=mysql_query("SELECT COUNT(*) as users FROM users",$c);$r=mysql_fetch_array($q1);$rows=$r['users'];print "Found $rows users to process.";$i=1;$next=$rows;$query="UPDATE users SET energy=energy+(maxenergy/(12.5)) WHERE energy<maxenergy AND donatordays=0";$query5="UPDATE users SET energy=energy+(maxenergy/(6)) WHERE energy<maxenergy AND donatordays>0";$query2="UPDATE users SET energy=maxenergy WHERE energy>maxenergy";$query3="UPDATE users SET will=will+10 WHERE will<maxwill";$query4="UPDATE users SET will=maxwill WHERE will>maxwill";mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno());mysql_query($query5,$c) or die("\nError Executing Query 5 for updating users $i to $next\n$query5\n".mysql_error()."\nError Code:".mysql_errno());mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno());mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno());mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno());print "\nUsers $i to $next updated successfully.";print "\nDone.";?>
  10. I need a mccodes v1 crime system that has when you fail you go to jail or hospital which every one you set and the reason for failing and im not using v2 because my hole game is purely based on v1 and i intend to keep it that way
  11. i totally agree with cronus on what he says i dont have a bad word to say about him but i really dont like this immortal guy thinking he can run this place when cronus can do a much better job with his eyes closed. Cronus mate dont let anyone put you down mate your an oldy like me here and dont let the 'newbie' get to ya :)
  12. Hi im looking for someone to help me turn this torn city clone in to something much better than torn city with better features and more advanced features If you are interested please pm me thanks please check out http://hooligans.cxr.cc username test password test
  13. HITMAN 17

    Good idea

    Coldblooded has done a good idea of his game as when you copy his weapon image you cant actually copy it try it yourself http://www.monodistrict.com/iteminfo.php?ID=140 also you cant get it from the source code either if anyone knows away to access images tell me as ino you cant on MD im 100% sure
  14. search the forum mate
  15. i myself certainly would be interested in helping with this
  16. ok i typed a gang id in which was 2 but i get this "You have not entered the correct ID in."
  17. hey whizzbang i know we havent been the best of friends but im looking for a mod like this and i have cash do you have screenies
  18. so far it works great mod :thumbsup:
  19. and yes it very nice
  20. Fatal error: Call to undefined method headers::endpage() in /home/public_html/usersonline.php on line 101 can someone help with this please and i have this as my endpage function in header function endpage() { global $db, $h; print <<<OUT
  21. Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/public_html/header.php on line 159 line 156 to 159 OUT; } } ?> but this is what made the error if($ir['donatordays']) { echo "<div align='top'><blink>Donate to {$set['game_name']} now for game benefits! "; }
  22. right i have a done a better zip file so how do i go about uploading this new one which is so much better
  23. http://makewebgames.io/index.php?page=DownloadDBData&dataID=8 this is a link if you want to download the files with instructions
  24. ok so i just need to add screenshots as the support link is posted in instructions
  25. Ok mdshare i have Put richards job special into a file with instructions by me but it wont let me put it in script vault as it isnt showing
×
×
  • Create New...