Jump to content
MakeWebGames

Recommended Posts

Posted

Ok I've been messing with this myself for quite a while and have never been able to figure this out.

Why is there Crime Exp and Normal EXP? I know that crime exp is for busting people out of jail and normal EXP is for leveling, but what if I simply wanted to convert Crime exp to normal exp? How would I go about doing that?

Posted

I misread the OP. I thought he was asking how to only give exp from crimes.

To convert crime exp to normal exp, you would do a simple

$db->query("UPDATE users SET exp=exp+crimexp,crimexp=0 WHERE userid={$ir['userid']}");

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