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
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
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
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?