NIGHTRIDDERR Posted September 5, 2021 Posted September 5, 2021 How i can found these values like 2/3 e.g you have 2 tickets and max ticket can be 3 Or You have 500/1829 points in which your points are 500 and can max upto 1829
AKidWithMidgetFriend Posted September 7, 2021 Posted September 7, 2021 The value could be stored as just 2 or it could be as a float value and it would just be the percentage (i.e. 3/3 equals 1.0 float and 2/3 would equal 0.667 in float) depends on how it's written in code
Question
NIGHTRIDDERR
How i can found these values like 2/3 e.g you have 2 tickets and max ticket can be 3
Or
You have 500/1829 points in which your points are 500 and can max upto 1829
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.