Damagedcity.com Posted August 16, 2011 Share Posted August 16, 2011 In mccdes v2 a player can hold only $2,147,483,647 cash in hand.... can anyone tell me how to fix this??? i want to make it unlimited Quote Link to comment Share on other sites More sharing options...
Dominion Posted August 16, 2011 Share Posted August 16, 2011 It's not an error, the database has the field type set to "INT". http://help.scibit.com/mascon/masconMySQL_Field_Types.html Quote Link to comment Share on other sites More sharing options...
Kieran-R Posted August 16, 2011 Share Posted August 16, 2011 I really dont see why any game economy should have this amount of money on the one person tbh. I suggest you change you game economy a bit ;) Quote Link to comment Share on other sites More sharing options...
US Vice Posted August 16, 2011 Share Posted August 16, 2011 Change the INT field type to BIGINT Quote Link to comment Share on other sites More sharing options...
Damagedcity.com Posted August 16, 2011 Author Share Posted August 16, 2011 What about Length/Values?? Shuld i keep it blank or 11?? Quote Link to comment Share on other sites More sharing options...
Lithium Posted August 16, 2011 Share Posted August 16, 2011 You should... LEARN http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html Quote Link to comment Share on other sites More sharing options...
Uridium Posted August 16, 2011 Share Posted August 16, 2011 BIGINT (64) should cure your worries :) Quote Link to comment Share on other sites More sharing options...
Damagedcity.com Posted August 17, 2011 Author Share Posted August 17, 2011 Thanks Illusions and veryone else wh replied in this thread ..It wrked :) Quote Link to comment Share on other sites More sharing options...
Uridium Posted August 17, 2011 Share Posted August 17, 2011 Thread Now Closed... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.