Installation
Config.HTML = {} Config.HTML.FileExtension = ".png" --Set this to the image type you want to use. Default: ".png" Config.HTML.UseRepo = true --If set to false it will use local images instead Config.HTML.Tokens = { --Only add tokens here if YOU have uploaded a private section in the repo --['pokemon'] = 'abcdefghijklmnop12345', }Config.Selling = { --Config for selling. (Prices are defined per pack below) enableAlbums = true, --Set this to true to enable selling of COMPELTE albums. useExport = false, --used for player selling via a job, this disables npc/marker grading contextType = 'ox', --Define your context menu here. Supported menus 'nh_v1','zf','nh_v2','ox','qb' type = 'npc', --Supported types 'npc','marker' npc = {ped = 'ig_lifeinvad_02', loc = vector3(410.54,314.34,102.13), heading = 246.0}, marker = {loc = vector3(412.03,315.11,102.13), drawDist = 8.0, type = 20, scale = vector3(0.25,0.25,0.25), color = {r=255,g=255,b=255,a=255}}, textSettings = {color = {r=255,g=255,b=255,a=255}, font = 4}, }
Last updated