Jump to content
MakeWebGames

Recommended Posts

  • Replies 67
  • Created
  • Last Reply

Top Posters In This Topic

Posted
Well Danny.. I play a game with its in its Quads(1,000,000,000,000,000) and I find it enjoyable.. Its makes you want more, and its challengeing for the user. :)

Exactly mate, Its more enjoyful because you have more things too reach and that

Posted
Exactly mate, Its more enjoyful because you have more things too reach and that

Indeed. Many other games still use the 2.1B on their game, that I find it quite annoying. Why? Takes around 3 years to get the full 2.1B unless you donate like mate. On the game I play(CW) you can easily get that, and great items are on the game, and you can buy that. And there is much more.

The game economy needs to be updated weekly because of this.. But worth it. :)

Posted
`money` `money` int(11) NOT NULL DEFAULT '0',

`crystals` `crystals` int(11) NOT NULL DEFAULT '0',

`bankmoney` `bankmoney` int(11) NOT NULL DEFAULT '0',

 

they are int's ... as for your userstats not sure why the would be that high money ok but you have over 2 bill in stats ?

Posted

It allows me too have over the cap if i edit money in the databse but when i credit users through staff panel it goes back too the 2,147,483,647 price ?? Do i have too change int into something else on staff_users ?

$_POST['money']=(int) $_POST['money'];

$_POST['bankmoney']=(int) $_POST['bankmoney'];

$_POST['cybermoney']=(int) $_POST['cybermoney'];

$_POST['crystals']=(int) $_POST['crystals'];

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