Jump to content
MakeWebGames

HELP!!!!!!!


DJ Rankin

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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