ARCBank Documentation

I haven't finished my new website yet, so for now you get a 1990's style looking thing.

nil ARCBank.AddMoney(ply, account, moneydiff, transaction_type, comment, function(errorcode) end) (Server)

This function adds the specified amount to a bank account. It also checks if such an action is even possible. Like.. you know.. the standard stuff... affording...ownership...balance cap... yeah

Click the argument list above for more information about them

NOTE: If you're unsure of what transaction_type to use, use ARCBANK_TRANSACTION_TRANSFER.

Code examples

-- None yet! Feel free to suggest some!