You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okay
i dont find this a bug this is just your fault
if you have a economy system of 1000 is 1 buck then u should multiply everything by 1000
for example
you have 100.000
if you addMoney(30) and you expected it to be 30.000
then just multiply it by 1000
it adds 30 bcs you inputed 30 as an arguments
do you really expect it to multiply it for you?
When using addMoney, let me use a hypothetical to make this easier to understand:
Your balance is 9000.
If you use addMoney and the amount of money you input is 10, it'll literally add 10 to it, making it 900010.
The text was updated successfully, but these errors were encountered: