📱
APhone
  • What is APhone ?
  • Installation
    • Workshop
    • Configuration ( Lua part )
    • Configuration ( In-game )
  • How you make your own apps
    • Create your first app
    • App functions
    • App Metas
    • Tips you NEED to know
  • API ( Clientside )
    • Parameters ( Clientside )
    • UI - General Functions
    • UI - Required Functions
    • UI - Colors
    • UI - Fonts
    • UI - Web/Imgur Pictures
    • UI - Renderview
    • UI - Stencils
    • UI - Panels
    • Notifications
    • Rotate functions
  • API ( Shared )
    • Numbers
  • API - App Specific
    • Contacts ( Clientside )
    • Messages ( Clientside )
    • Bank ( Shared )
Powered by GitBook
On this page
  • PLAYER:aphone_bankWithdraw(amt)
  • PLAYER:aphone_bankDeposit(amt)
  • PLAYER:aphone_bankTransfer(PLAYER ply2, int amt)
  • PLAYER:aphone_getmoney()
  • aphone.Bank.FormatMoney(int amt)

Was this helpful?

  1. API - App Specific

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

PreviousMessages ( Clientside )

Last updated 4 years ago

Was this helpful?