gmstrikker
Well-Known Member
- Joined
- Jul 30, 2014
- Messages
- 458
- Solutions
- 1
- Reaction score
- 50
I need some help because
I want this value
But i don't want floats, for example: 2.5, 2.75, 2.2
I want just 2 (int value)
How to do it?
I want this value
Code:
config.maxOffersPerPlayer = getPlayerLevel(cid) / 20
But i don't want floats, for example: 2.5, 2.75, 2.2
I want just 2 (int value)
How to do it?