Jump to content

How do add a ATM which you can deposit money.


k0ed298

Recommended Posts

Somewhere in the code there is an issue in the cmd itself, it checks for a previous ATM and if one doesn't exist it won't be able to create it, mark-out this part in the script temporarily and create a ATM, and then unmark the part in the code. You need it there as it keeps the ATM's in order (Ex. if you create ATM 69 and delete 68 your next ATM will be ID 68, then 70)

EDIT: If the ATM's are being made but they can not deposit, default in the SQL it is set to where `deposit` = 0, just edit the ATM's you want to deposit into and change `deposit` to 1 from 0.

P.S.

I wasn't sure if your ATM's were being made or if they just were not being able to deposit into. ;)

Hope that helps!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...