Configuration
-- | # You can get help from our document: https://thug.gitbook.io/documentation
Config = {}
-- # Main Settings ------------------------------------------------------------------------------------
Config.Settings = {
['Framework'] = 'qb', -- | # In this section you have the options 'qb', 'old-qb', 'esx', 'old-esx', 'custom'
['Menu_Command'] = 'rps', -- | # In this section you can set the command that players will use to open the invite menu.
['Invite_Distance'] = 10, -- | # In this section you can set the invitation distance of the players.
['Default_Player_Photo'] = '', -- | # Add a default photo link that will appear if the system cannot access players' steam profile photos.
}
Last updated