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.

client/editable/restrictSubOwners.lua

Last updated