A simple script for QBCore to allow players to “third-eye” vehicles while they are escorting other players to either put escorted players in the car or to take the players out of the car.
BUY
YOUTUBE PREVIEW
Features:
- Interact with vehicles using third-eye to put players in vehicles or take them out
- Easy installation
Dependencies:
- qb-core
- qb-policejob
- qb-target
|
|
Code is accessible |
No |
Subscription-based |
No |
Lines (approximately) |
130 |
Requirements |
qb-core, qb-policejob, qb-target |
Support |
Yes |
2 Likes
free
one here just add this to qb-target init.lua
Config.TargetBones = {
["main"] = {
bones = {
"seat_dside_f",
"seat_pside_f",
"seat_dside_r",
"seat_pside_r",
"door_dside_f",
"door_dside_r",
"door_pside_f",
"door_pside_r",
},
options = {
{
type = "client",
event = 'police:client:PutPlayerInVehicle',
icon = "fas fa-user-plus",
label = "Seat in Vehicle",
},
{
type = "client",
event = "police:client:SetPlayerOutVehicle",
icon = "fas fa-user-minus",
label = "Take out Vehicle",
},
{
type = "client",
event = "police:client:ImpoundVehicle",
icon = "fas fa-car",
label = "Impound Vehicle",
job = {["police"] = 0, ["sasp"] = 0, ["saspr"] = 0, ["bcso"] = 0},
},
{
type = "client",
event = "qb-trunk:client:GetIn",
icon = "fas fa-user-secret",
label = "Get in Trunk",
},
},
distance = 2.0
},
}```
7 Likes
my guy tried to pull some quick cash here lmao xd
1 Like
dude are you fr selling 130 lines of code for 10$ USD lmao
2 Likes
Hey, if people would rather use this snippet they are more than welcome to
It is a very simple script that’s why I’m selling it for $5 (not sure where you get 10?) but if someone doesn’t think it is worth it, no one is forcing them to buy it
still not even worth 5$ but you do you
1 Like
could this be used for ems aswell to put patients in and out of ambulance
could this be used for ems aswell to put patients in and out of ambulances aswell
yes its for all player if want make only jobs do job = {["police"] = 0, ["sasp"] = 0, ["saspr"] = 0, ["bcso"] = 0},
can you make this so its all players ?
its all player
only impound is for police job