Jump to content
MakeWebGames

Andrewelli

Members
  • Posts

    16
  • Joined

  • Last visited

Andrewelli's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. can delete this i made one myself :)
  2. function usermulti_dropdown($connection,$ddname="user",$sel ected=-1) not a big deal but should be selected not seperated XD
  3. sorry it was to simple to fix man im using echo for viewusers :)
  4. if the $Find = $db->query area you need to add u.`duties`, u.`sm`, it will work perfectly dont add duties in again XD
  5. I already have a auto credit merit system i require a increment system as well as revamping my brave to increase off of crimeexp add me to msn [email protected]
  6. i would like this if its still for sale whats your e-mail
  7. might want to edit crategang.php will cause error look for mysql_query("INSERT INTO gangs VALUES('','$name','$desc','','',0,0,100,$userid,$userid,5,0,0,'',0,0)",$c) or die(mysql_error()); Change it to mysql_query("INSERT INTO gangs VALUES('','$name','$desc','','',0,0,100,$userid,$userid,5,0,0,'',0,0,'')",$c) or die(mysql_error());
  8. yea they changed and lol a long stick would work. XD
  9. i blocked proxys
  10. im sorry i thought you were talking about my work ha yea the post below mine wouldnt work.
  11. Nice Thanks lucky
  12. it is fully tested Djkanna and it worked 100% for me
  13. to stop same ip tranfers for items use this in itemsend.php sorry just noticed someone asked for it any never posted the anwser $_GET['user'] = abs((int) $_GET['user']); $check=$db->query("select userid, lastip_login FROM users where userid ={$_GET['user']}"); $r=$db->fetch_row($check); if($ir['lastip_login'] == $r['lastip_login']) { die("No same ip transfers allowed"); }
  14. awsome mod would be better if there was a way to see if someone was toggled like when you view someones gang
  15. this replacement is awsome, maybe you can intergrate in a armory one so you dont need to edit you inventory :)
×
×
  • Create New...