Latest comments
Checker Money
Player.Money($PLAYER_CHAR) += 100000
TO
Player.Money($PLAYER_CHAR) += -100000

2 years
(+= 100000) to (+= -100000)
Player.Money($PLAYER_CHAR) += 100000
TO
Player.Money($PLAYER_CHAR) += -100000

2 years