Maximum Credits

IPMB1

Member
Jan 1, 2013
249
20
Hi Devbest!

I want to know on how can i increase the maximum credits just like fresh hotel. If you know how, Please can you tell me? Thanks in advance!
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
3yVHeOb.png


0 = no limit
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Lol, i want to have trillions just like fresh not credits :/ I want to heighten the maximum credits :/
You will need to recode the emulator. I will try to explain it so every can understand..

2147483647
is the highest number integer you can have for a 32-bit integer in all coding languages. If anyone in your hotel has this number you will get exceptions thrown from your emulator from things like overflow and missing value.

The Fix:
Recode your emulator to use a 64-bit integer or higher.. 9223372036854775807
 

warm

Active Member
Jun 8, 2014
178
25
You will need to recode the emulator. I will try to explain it so every can understand..

2147483647
is the highest number integer you can have for a 32-bit integer in all coding languages. If anyone in your hotel has this number you will get exceptions thrown from your emulator from things like overflow and missing value.
How does recoding works?
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Like how? Please chill mate
!
02836afd039be2d7eef3f84cc8ce66d9.jpg



Sent from my iPhone using Tapatalk
You do not need a tutorial for everything you ever do. You need to start figuring things out for yourself. It's not hard to change a variable type, in fact that's very very basic.
 

Users who are viewing this thread

Top