Yes.So, does that mean i can go trillions?
You will need to recode the emulator. I will try to explain it so every can understand..Lol, i want to have trillions just like fresh not credits :/ I want to heighten the maximum credits :/
How does recoding works?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.
Well as default int = 32 bits so to declare a 64 bit integer in C# You would just say long instead of int
REPLACE THE INT CREDITS WITH LONG CREDITS. FIND THE ERRORS IT GIVES AFTER THAT AND FIX THEM.A tutorial please?
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.Like how? Please chill mate
!
Sent from my iPhone using Tapatalk
Anyway, sorry for bump xD where can i find the .cs file of the credits?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.