Functions/DarkRP/Server/storeOfflineMoney
Jump to navigation
Jump to search
Function | |
Function name | DarkRP.storeOfflineMoney(number sid64, number amount) |
Description: | |
Store the wallet amount of an offline player. Use DarkRP.offlinePlayerData to fetch the current wallet amount. | |
Returns: | nil |
Part of Library: | DarkRP |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Server/storeOfflineMoney]DarkRP.storeOfflineMoney[/url][/b] |
Function parameters[edit]
- sid64 (number)
- amount (number)
The SteamID64 of the player to set the wallet of. NOTE: THIS USED TO BE THE UNIQUEID, BUT THIS CHANGED!
The amount of money.
Function return values[edit]
This function does not return any value.