How do I make it so you can third eye someone and give them your contact details
Very good idea, i’d like to see this too
I have the same problem on my server as well.
Its possible to click on “give Your contact details” but nothing happend ![]()
Hey if you go to qb-target and then to init.lua you need to search for Config.GlobalPlayerOptions. Here you can add global options for when you target on a player.
Here I have an example:
Config.GlobalPlayerOptions = {
options = {
{
num = 1,
type = 'client',
event = 'qb-phone:client:GiveContactDetails',
icon = 'fas fa-address-book',
label = 'Give contact details',
}
},
distance = 2.5
}
I did not test the above but I am pretty sure this will work, I will test this soon and will let you know if this works. (If someone else tests it before me please let know if it works)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.