Jump to content
MakeWebGames

RazorBladerz

Members
  • Posts

    66
  • Joined

  • Last visited

    Never

RazorBladerz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Was thinking of doing this but had no idea how to so can someone make a mod so that i can insert items into my item? like a present.......Thanks in advance
  2. Re: Make people get item for every time online?? I was thinking to add a unix timestamp and do a hour online like iftime=3600 (1hour) giveuser "itemid=5(includefile)" and do give a userid item5 . 5of it . so should it be useronline time=3600 ?? or the codembecaus i dont know how to do unix timestamps
  3. May i please know what is the difference between dbquery and mysql_query??
  4. How do i Make people get item for every time online?? Eg.I will get item 5 of item id5 for every hour online?? isit like <?php $result = mysql_query("SELECT * FROM `updates` WHERE `name` = 'Hour'"); $result = mysql_fetch_assoc($result); $hla = time() - $result['last']; if($hla > (3600)) {Giveuser itemid=5} ?> correct me if wrong . actually i know it is wrong lol this is my first code and i have no code experience haha teach me about it
  5. Re: Maximum amt theres no bigger stats than that??
  6. Re: [mccode v2] New improved mailbox. Firefox can't find the server at www.killah-city.com. Is it just me??
  7. Re: Businesses Mod [Mccode V2] Fatal error: Call to undefined function business_alert() in /home/razor/public_html/business_manage.php on line 384
  8. Re: [Mccodes V2] Easter Egg Events so players go to streets.php to access the event??
  9. Re: Maximum amt in which file??
  10. Re: Looking for a Referal Mod ... lol t rue
  11. Re: Energy not sure . caus he did not say which version he uses, so no use posting??
  12. Make Max Money more than the existing amount. how??
  13. Re: Energy my guess, crap
  14. Re: Energy i think is your crons.......same ol prob
  15. Re: Good Addintion to CE forums good . sorry if u was offended and i was on angry back on that post . so lets not fight . i apologise . can anyone else help?
×
×
  • Create New...