Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 931 Bytes

File metadata and controls

38 lines (24 loc) · 931 Bytes
description
You can see some utils functions

Utils

AAS.CheckCategory(category)

Return if the category exists

Types Arguments Descriptions Optional
string category The category name to check

AAS.formatMoney(money)

Format the money to string and add the currency

Types Arguments Descriptions Optional
number money The money to format

Return :

Types Parameters Descriptions
string money The formated money

PLAYER:AASGetMoney()

Return the player money

Return :

Types Parameters Descriptions
number money The player money