Exports
Server-Side:
exports.pickle_store:AddCoins(source, amount, [optional] origin)
--Adds coins for the player with the source.
-- Optionally, origin allows you to pass a reason to the discord log webhook.
arguments: source, amount, [optional] origin
exports.pickle_store:RemoveCoins(source, amount, [optional] origin)
--Removes coins for the player with the source.
-- Optionally, origin allows you to pass a reason to the discord log webhook.
arguments: source, amount, [optional] origin
exports.pickle_store:GetCoins(source)
-- Gets the player's coins by source.
arguments: source
exports.pickle_store:GetUserInfo(source)
-- Gets the player's raw user info (coins, spins, identifiers, etc).
arguments: source
Client-Side:
TriggerClientEvent("pickle_store:openStore", source)
--Opens the menu.
arguments: source
Last updated