ARCBank Documentation

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

nil ARCBank.CanAfford(ply, account, money, function(errorcode) end) (Server)

This function checks if the player can afford to take the specified amount of money out of the account. errorcode will be ARCBANK_ERROR_NO_CASH if the player cannot afford it.

NOTE: ARCBank.AddMoney already checks if the transaction is possible. You should not use both functions.

NOTE: This function is available in ARCBank 1.4.1 and later. You should call ARCLib.IsVersion("1.4.1","ARCBank") to see if 1.4.1 or later is installed.

Click the argument list above for more information about them

Code examples

-- None yet! Feel free to suggest some!