here you just add the items people should be able to add to their Keychain
Keys = {
{name = "key_crime_hacker_hideout"},
{name = "key_business_tuner"}
}
add this to your qb-radialmenu config where you see fit
{
id = 'keychain',
title = 'Schlüsselbund',
icon = 'key',
type = 'client',
event = 'qb-x-keychain:keychain',
shouldClose = true
},
add a Database Table with the Folowing Columns - id (int, autoincrement) - citizenid (VARCHAR(20)) - key_name (VARCHAR(255))