# Setting Premium Status

**Server**

```lua
-- 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)
```

## Related pages

- [Creating/Editing Locales](/new/daily-rewards/guides/creating-editing-locales) — A quick guide on editing locales to your likings!
- [Managing Missions](/new/daily-rewards/guides/managing-missions) — A quick guide on updating your own missions for players!
- [Guides](/new/daily-rewards/guides) — back to the section overview
