*this resource requires a supported inventory(see t3_lib) as it uses metadata*
Make sure t3_tradingcards is installed
Download the latest version of t3_grading from
Inside the t3_grading folder you will find a t3_tradingcards folder. Merge this folder with the one installed on your server, making sure to overwrite the fxmanifest.lua
Config
In the gradingconfig.lua you will find some options you need to set up.
The commented sections at the end of each line will tell you the currently supported options for each setting.
Config.Grading = {
enable = true,
useExport = false, --used for player graing via a job, this disables npc/marker grading
cost = 100, --per card
time = 300, --seconds to grade a card
type = 'npc', --Supported types 'npc','marker'
npc = {ped = 'ig_lifeinvad_01', loc = vector3(-124.67, -71.50, 54.97), heading = 154.5},
marker = {loc = vector3(-124.67, -71.50, 54.97), 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},
}
Blacklist
Cards defined here will not receive a grade.
Grading chance
You don't need to touch this but if you want to edit the chances for each grade then this is where to do it. Each chance is worked out by the difference between the last one and this one. You can see the comments on the example for reference.