Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Maximum amt

The money caps are annoying, as are the money formatters. Go into the database and change what you want. Most things are in the table 'users'. There are a few other files you may want to edit.

Posted

Re: Maximum amt

I use float, with BIG INT, can the number absolutely massive? So say if you use BIG INT (1000) could you get a number with 1000 digits?

Posted

Re: Maximum amt

 

I use float, with BIG INT, can the number absolutely massive? So say if you use BIG INT (1000) could you get a number with 1000 digits?

The highest BIGINT will hold is 9.2 quint (9,223,372,036,854,775,807 to be exact)

Posted

Re: Maximum amt

 

theres no bigger stats than that??

hmmm, they are pretty low indeed... maybe you need a bigint^15... Tht ought to be enough no? :|

Yes you can use decimal (65,0) which will obviously give you money values with 65 places before the zero. You really need to be careful and make sure you files are coded correctly to not start buggin out if you want values that high.

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