Results 1 to 10 of 38
Like Tree3Likes

Thread: Nordeus (Top eleven) stealing my money

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #19
    VIP dv8r's Avatar
    Join Date
    Dec 2012
    Location
    England
    Posts
    5,402
    Quote Originally Posted by paoki023 View Post
    what do u mean by 32 bit integer?can u explain please?
    It's a number represented in binary which consists of 0s and 1s spreading over 32 binary digits. This is used to store numbers in the game. As this game needs to represent negative numbers, only 31 bits are used to represent numbers with the 32nd bit determining the sign.

    And to the OP, you weren't "stolen" from. You had too much money and sold more players, the game can't represent numbers higher than (2^31)-1 so it just leaves you with the highest it can give you.
    Last edited by dv8r; 01-14-2013 at 05:47 PM.
    Cristi likes this.