Bank ( Shared )

Functions related to the Bank app

PLAYER:aphone_bankWithdraw(amt)

Self-explaining, Server function

PLAYER:aphone_bankDeposit(amt)

Self-explaining, Server function

PLAYER:aphone_bankTransfer(PLAYER ply2, int amt)

Self-explaining, Server function

PLAYER:aphone_getmoney()

Return the player money as integer, Shared

aphone.Bank.FormatMoney(int amt)

Format the money in the bank format, Shared

Last updated