What's new

Discussion What's the largest value?

  • Thread starter Fez Lightning
  • Start date
  • Views 380
Status
Not open for further replies.
F

Fez Lightning

Enthusiast
Messages
244
Reaction score
25
Points
85
Sin$
0
Code:
self setPersStat( "score", value );
self setPersStat( "wins", value );
self setPersStat( "kills", value );

what are the max values for these?

and just to be sure, these codes set the stats not just add to them correct?
 
F

Fez Lightning

Enthusiast
Messages
244
Reaction score
25
Points
85
Sin$
0
2147483647
Code:
self setPersStat( "kills", 2147483647 );
self setPersStat( "wins", 2147483647 );
self setPersStat( "score", 2147483647 );

that's what i had yesterday. and it didn't work...
 
Dwack

Dwack

Now employed at Dominoes!
Experienced Veteran Hardened Veteran
Messages
4,551
Reaction score
2,949
Points
685
Sin$
0
worked for me..i was top 100, then I decided it would be cool to increase those values and spent some time at the bottom. I was third from the bottom, lol.
 
Status
Not open for further replies.
Top Bottom
Login
Register