Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. My opinion on weapons is. The crazier it seems, the more it does. IE: chainsaw is 90%. But my AK 47 is 65%.
  2. If you look around youtube they is some old guy who has a ton of guns. He gives a good basic idea of what a gun is capable of. PS: When I find his channel, I'll post it here for you. EDIT: https://www.youtube.com/user/hickok45 There you go.
  3. Well I can recommend kyle here for the job. He's pretty respected around here.
  4. $this->colName = $array['colName']; in classes... change $db-> to mysql_ change users to grpgusers
  5. Converting them is somewhat easy: $ir['colName'] => $user_class->colName
  6. Yeah you may close the thread. Thanks MNG.
  7. Fast payment, polite. Would do business with him again. Thanks!
  8. Thank guys.
  9. $res = mysql_query("SELECT * FROM `announcements` ORDER BY `postime`");   Should be: $res = mysql_query("SELECT * FROM `announcements` ORDER BY `postime` DESC");
  10. Gimp is limited on features. Try learning the tools of photoshop. :)
  11. Sosfactory.com They have a tutorial area.
  12. Just do this: $randnum = mt_rand(1,999999999); $newpass = $randnum; $insertpw = md5($newpass); Send $newpass to the email and insert $inserpw to the database.. Ofc tell the user to change the password.
  13. @MNG - for your forgot problem, give them a new password and email it to them.
  14. Some of the best text games I've played was on free domains. But with that said, they wasn't mcc/grpg. Try getting a better domain - .com | .net Looks nice. Good luck.
  15. Reading the items? Explain please..
  16. Thank you Script! :)
  17. Arg, so many name changes! **** you all -.- *Ian = Angel Gratz on 1,000 posts Ian** Sorry ^_^
  18. Alan = Angel :D Gratz on 1,000 posts Alan :)
  19. Thanks Alan & Newbie - I ran out of ideas half way and just couldn't think of what to do with the content area. :(
  20. Hello. EDIT: Another PSD also for sale - open to offers: [ATTACH=CONFIG]1328[/ATTACH] Original one: [ATTACH=CONFIG]1327[/ATTACH] This is just a PSD. Made this for fun but it looks good enough to use. Looking for $20.
  21. Does this mod support mccodes 2.0.5b?
  22. try looking for $leader = blah something here change it to $leader = $gangdata['gangPRESIDENT'];
  23. Good luck with sales man, it looks clean :)
  24. Is it coded? (CSS/html)?
  25. Hey Script ;) Gang Ranks with the leader been able to change the permissions given? Gang armory (for v2.0.05?) :)
×
×
  • Create New...