Exports
getContact(identifier)
local result = exports['av_contacts']:getContact("garbage_job") if result then --[[ { identifier:string, name:string, default:boolean, coords:table, xp:number, level:number, description:string, avatar:string, } ]]-- else print("Player doesn't know this contact yet") end
getContacts()
Last updated