Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addMoney is a little glitchy #22

Open
SomeWebsiteDesigner opened this issue Mar 30, 2021 · 1 comment
Open

addMoney is a little glitchy #22

SomeWebsiteDesigner opened this issue Mar 30, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SomeWebsiteDesigner
Copy link

SomeWebsiteDesigner commented Mar 30, 2021

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.

@twlite twlite reopened this Mar 30, 2021
@twlite twlite added the bug Something isn't working label Mar 30, 2021
@aspectxlol
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants