
thedestroyer
Members-
Posts
277 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by thedestroyer
-
actually there already is a trade mod on here but it doesnt have logs
-
yeh good idea i will have a go at adding the crystals and items option
-
thanks for trying though :)
-
sorry m8 but you obviously dont really understand what i need. I need Agon to help me.
-
im using v2 and its not all screwed up i have just set it out differently also if i add this $q=$db->query("SELECT `fieldname` FROM `jobs` WHERE `jID`='{$ir['job']}'"); $r=$db->fetch_row($q); i just get an error. where abouts should i add it?
-
but i need it to be a different amount for every crime.
-
dont matter got it now
-
problem actually i still have a problem like with some crimes i set the minimum reward as 600 and the max as 900 but you sometimes get as low as 100!
-
grrrrr i have already downloaded yours and it doesnt work. I asked for support but you didnt give it thats why i need someone to make me a new one X(
-
Buying a custom bounty mod for v2 this is what it needs to do. to add a bounty on a player you must put at least 5k * their lvl. a simple claim link next to the player and you must hospitalise the player to earn the reward. An option to buy the bounty off the player for twice the reward price. Once a bounty is claimed it is removed from the bounties page. Players recieve an event when they have recieved the reward. Player who placed the bounty recieves an event when a user has claimed the reward. if you are interested and can show me a working demo please add me on msn [email protected] thanks!
-
Sorry about that. Updated with screenshots. :thumbup:wheres mine? i sent u the money like over a week ago now but u didnt fix it to work with my game so i wil have my money back.
-
ol nice
-
crimes mod works fine now thanks Agon!
-
can someine please post a working version of this thanks.
-
right ok i have a fixed version of this mod now but the only problem is that you cannot have the option to upgrade your business let me know if you want any help with anything.
-
hi ok thanks
-
that worked thanks a bunch!
-
hi when you go to accept anyones application it says the company is full.
-
attacklost.php heres my attacklost.php <?php $atkpage=1; include "globals.php"; $_GET['ID']==abs((int) $_GET['ID']); $_SESSION['attacking']=0; $_SESSION['attacklost']=0; $od=$db->query("SELECT * FROM users WHERE userid={$_GET['ID']}"); if($db->num_rows($od)) { $r=$db->fetch_row($od); $db->query("UPDATE users SET attacks_lost=attacks_lost+1 WHERE userid=$userid"); $db->query("UPDATE users SET attacks_total=attacks_total+1 WHERE userid=$userid"); $db->query("UPDATE users SET defends_won=defends_won+1 WHERE userid={$_GET['ID']}"); $db->query("UPDATE users SET defends_total=defends_total+1 WHERE userid={$_GET['ID']}"); $db->query("UPDATE users SET total_lost=total_lost+1 WHERE userid=$userid"); $db->query("UPDATE users SET total_won=total_won+1 WHERE userid={$_GET['ID']}"); $db->query("UPDATE users SET total_total=total_total+1 WHERE userid=$userid"); $db->query("UPDATE users SET total_total=total_total+1 WHERE userid={$_GET['ID']}"); print "You lost to {$r['username']}"; $expgain=abs(($ir['level']-$r['level'])^3); $expgainp=$expgain/$ir['exp_needed']*100; $hosptime=rand(10,30); print " and lost $expgainp% EXP!"; $db->query("UPDATE users SET exp=exp-$expgain, attacking=0 WHERE userid=$userid"); $db->query("UPDATE users SET exp=0 WHERE exp<0"); event_add($r['userid'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] attacked you and lost.",$c); $db->query("UPDATE users SET lost={$_GET['ID']} WHERE userid=$userid"); $db->query("UPDATE users SET won=$userid WHERE userid={$_GET['ID']}"); $atklog=mysql_escape_string($_SESSION['attacklog']); $db->query("INSERT INTO attacklogs VALUES('',$userid,{$_GET['ID']},'lost',unix_timestamp(),0,'$atklog');"); $warq=$db->query("SELECT * FROM gangwars WHERE (warDECLARER={$ir['gang']} AND warDECLARED={$r['gang']}) OR (warDECLARED={$ir['gang']} AND warDECLARER={$r['gang']})"); if ($db->num_rows($warq) > 0) { $war=$db->fetch_row($warq); $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT+1 WHERE gangID={$r['gang']}"); $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT-1 WHERE gangID={$ir['gang']}"); print " You lost 1 respect for your gang!"; } } else { print "You lost to Mr. Non-existant! =O"; } $h->endpage(); ?>
-
Hi can someone tell me how to add into attacklost so the user who loses gets put in hospital? and can you show me where abouts to put it? thanks
-
hi If anyone has a fully working version of this mod and can show me a demo I will gladly pay $5 for it just mail me
-
hi If anyone has a fully working version of this mod and can show me a demo I will gladly pay $5 for it just mail me
-
thanks done it now thanks! I got like 2 other errors i wil add ya yahoo if thats ok
-
help Need someone to explain in more detail please
-
RE: RE: Answer Thanks i will give it a shot after dinner and the kids go to bed thanks again :thumbup: No probs glad I could help 8)