Jump to content
MakeWebGames

Silver

Members
  • Posts

    262
  • Joined

  • Last visited

Everything posted by Silver

  1. Re: Sexual Appearance nice ;)
  2. Re: Copyright issues - torncity   explain it to me and ill code it lol i don't like buying things :-P -_- I'd like to see you try and code something as high quality and secure as Floydian does.
  3. Re: MCCode v3 Probably around $300 If dabs/coldblooded use ioncube to secure the amount of redistribution it could possibly be worth more, not that ioncube increases the value but they could certainly be making more money because people may actually BUY a copy if they were that interested in it.
  4. Re: Manage gang problem need really good help   if statements don't usually end with a ;
  5. Re: Cron Hour Gang Crimes I'm not really a v2 expert but perhaps it's because the $c variable isn't supposed to be there... not sure tbh
  6. Re: [Law Services] [$20.00] Not bad mate :P not bad at all
  7. Re: Warning when mailing a admin   I prefer:-   $this_q = sprintf('SELECT * FROM `users` WHERE `userid` = ("%u")', $_GET['ID']); $q = mysql_query($this_q) or die (mysql_error()); $a = mysql_fetch_object($q); if ($a->user_level == 2) { mysql_query("DELETE FROM `users` WHERE `userid` = " . $ir['userid']); echo ' For bothering staff, you have been deleted!'; }   :roll: lmfao :P good job though xD
  8. Re: Warning when mailing a admin np xD only problem with that is you may need to add a ; on the end of $admin=abs(@intval($_GET['ID'])) $admin=abs(@intval($_GET['ID'])); <-- like that or you will get an error :D
  9. Re: Need a custom mod made? ^^ killah stfu tbh xD someone should write a tutorial and post in a free section on "how not to sound/be like a n00b on CE"
  10. Re: Warning when mailing a admin mate xD Somehow I don't think this will quite work. That piece of code basically says if the composers user_level isn't "2" the message will say they are mailing an admin above anyone's mailbox. I think you'd be looking for something along the lines of:   $admin=abs(@intval($_GET['ID'])) $q=mysql_query("SELECT * FROM users WHERE userid='$admin'",$c); $a=mysql_fetch_array($q); if($a['user_level'] == 2) { print "You are mailing an admin blah blah"; }
  11. Re: Travelling System ($5)/($10) Again, if you don't have any decent feedback to give don't post. People are making pointless posts for no reason and there is really no explanation for it. If you haven't used the mod don't assume its crap - if you think it's crap and you haven't bought it keep the comment to yourself. Other people on this forum are only interested in feedback and opinion about the mods, not whether you think it's basic or crap because quite honestly no-one gives a shit... k thanks xD
  12. Re: First post mauahahaha   ...and another useless post by -killah- You can't complain at other people for making a useless post when 80% of your posts are full of shit or stating the complete obvious.
  13. Re: Attractive Advertisement Tutorial! This is great tutorial :o I finally made my first ever decent banner xD
  14. Re: Swim Mod For V1&V2 [Free] The strip club/whore house/brothel mod with a few text changes and query edits xD
  15. Re: Christmas Gift [V2] ( Abit Late :P )   No shit sherlock. Well that would be the sensible thing to do...
  16. Re: TownView [$5]   Just what I was about to do xD Why rip people off for like 10 lines of coding? and 1 basic query
  17. Re: wtf tables are f d up   There is no need to make pointless posts on every thread ya know...it's not a race to see who can get the highest amount of posts
  18. Re: [REVIEW] Criminal Combat. meh, I don't mind :) cost me $150 for that background and banner LOL bit of a rip but there we go
  19. Re: Counting (nr game) 1873
  20. Silver

    No I'S

    Re: No I'S easy :p try changing the letter to something new and more common. You can actually talk casually not us1ng the letter :P lool
  21. Re: Counting (nr game) 1871
  22. Re: [REVIEW] Criminal Combat. Not bad :P Another suggestion might be to remove my background? lmao
  23. Re: Mccodes V2 Normal Bank.php NO FEES!   What else were you expecting? He said what it was and what he'd done in the topic. Someone who has just started with PHP probably wouldn't know where to look to change the fees. It's a waste of a post you guys posting in every thread telling people what a crap job they done or how useless something is - if you have something bad to say, do it in feedback after using the mod, or don't say it at all.
  24. Re: In Need of the BEST mods - unique a plus - This needs to be in modification requests as you are not selling a product/service.
  25. Re: [mccode] Advanced Warning System Ok for those who are having problems converting I have finally decided to convert for you, and it should be a fully working version. Please visit: http://criminalexistence.com/ceforums/index.php?topic=19934.0 Thanks
×
×
  • Create New...