Server Exports
REMEMBER ABOUT CLIENT SIDE AND SERVER SIDE IN CHOOSING EXPORT!
getPlayerStats
With following export you can get player statistics and use some functions.
identifier:
string
Identifier of existing player
Return:
identifier: string
reputation: table<zoneName, {exp: number, level: number}>
sellAbility: {exp: number, level: number}
drugsSold: number
earnings: number
addReputation: function
removeReputation: function
getReputation: function
addSellAbility: function
removeSellAbility: function
addReputation
Example of usage
removeReputation
Example of usage
getReputation
Example of usage
addSellAbility
Example of usage
removeSellAbility
Example of usage
Last updated