DJ Rankin Posted August 5, 2007 Posted August 5, 2007 Hi dose any 1 know the code to wars lost wars won and wars total plus im adding Your Gang on index.php and i dont know what it is plus EXp im adding please help me if you do +8 Thanks. Quote
YoungGold Posted August 5, 2007 Posted August 5, 2007 Re: HELP!!!!!!! well not sure about the first but but the second bit is something relatively simple like not to sure if that will help you. im a bit busy to really think about it. Your gang Quote
DJ Rankin Posted August 5, 2007 Author Posted August 5, 2007 Re: HELP!!!!!!! ok thanks but i need the name on the gang to Quote
DJ Rankin Posted August 5, 2007 Author Posted August 5, 2007 Re: HELP!!!!!!! and is there a code for days in gang mate Quote
YoungGold Posted August 5, 2007 Posted August 5, 2007 Re: HELP!!!!!!! Huh!! ok thanks but i need the name on the gang to and umm yeh if you go to your gang and click members it should show you how many days a certain user has been in the gang for. Quote
DJ Rankin Posted August 5, 2007 Author Posted August 5, 2007 Re: HELP!!!!!!! it says days in gang but nothing showing how many days like exp etc Quote
Matty Posted August 5, 2007 Posted August 5, 2007 Re: HELP!!!!!!! Check your gangs/user database for gangexp/gangdays? Quote
Matty Posted August 5, 2007 Posted August 5, 2007 Re: HELP!!!!!!! Then you want to do... Something like $select = $db->execute("SELECT * FROM gangs WHERE ID='$player[iD]'"); $details = $db->fetch_row($select); $db->free_result($select); Echo 'Gang EXP: '.$details[GANGexp].'.'; Something like that? Quote
DJ Rankin Posted August 5, 2007 Author Posted August 5, 2007 Re: HELP!!!!!!! dats v2 i got v1 lol i do this on my index.php Exp: {$ir['$exp']} but it dosnt work it just shows EXP i even do this ($exp) Quote
DJ Rankin Posted August 5, 2007 Author Posted August 5, 2007 Re: HELP!!!!!!! it says Exp: 710.0000 i hvant got dat iv got 44 exp Quote
DJ Rankin Posted August 5, 2007 Author Posted August 5, 2007 Re: HELP!!!!!!! i want it 2 show 44 exp tho Quote
Matty Posted August 5, 2007 Posted August 5, 2007 Re: HELP!!!!!!! 44 is the percentage of exp you have whereas 710 is the actually amount of exp points you have. I believe you work the percentage out by using the exp and the exp needed fields in the user table, or is that another engine? lol Quote
DJ Rankin Posted August 5, 2007 Author Posted August 5, 2007 Re: HELP!!!!!!! i dont know lol i got 44 exp and i need it 2 show it have u red my post gangs mod Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.