For the complete documentation index, see llms.txt. This page is also available as Markdown.

💎Setting Premium Status

A quick guide on setting premium status for player!

-- Does the same thing but with a export and in server
-- @param source (number) - Players source you want to set the progress to
---@param time (number)  -- Time in days
exports['resourcename']:AddPremiumStatusToPlayer(source, time)

-- EXAMPLE
exports['KOJA_DAILYREWARDS']:AddPremiumStatusToPlayer(source, 15)

Last updated