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

Sub Owners

Want to allow your players to give the copy of vehicle keys?

Select Player From Nearby list.

Configuration

Config.SubOwners = {
    Allow = true, -- Disable/Enable sub owners feature.
    Command = "subowner", -- Command Name
    Price = 5000, -- Price of adding subowner
    -- You can add your custom pay method using server/editable/payForSubOwner.lua
    -- You can also set open menu function only for donators or whatever you want using: client/editable/restrictSubOwners.lua
}


Restrict Usage

You can restrict usage for only donators or whatever you want.

Last updated