FAQ
This page was made for FAQ I hope you will find the question what are you looking for :D
Config.SaveIntoDatabase = trueConfig.AllowedJobs = 'police' -- Only for one job Config.AllowedJobs = {'police'} -- Only for one job if above isnt working Config.AllowedJobs = {['police'] = 0, ['bcso'] = 0} -- This is only for when you want to use multiple jobs or you want use grade restrictionConfig.AllowedJobs = nil -- Should be nil not {'nil'} or smth similar
Last updated