Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

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.

Posted

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?

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...