Qb-heistlocations
preview: https://youtu.be/IXg1FB7iDS4


A simple script that makes easy to guide your criminal players to some heist!
You can talk with Stanley and he gives you the heist locations that youre setup in Config for a reasonable price (cash).
Dependencies:
- menuv
- qb-core
- qb-target
Installation
go to qb-target/init.lua and add this code on Config.Peds (You can customize if you know to do it)
["heistinfo"] = {
model = 'csb_porndudes',
coords = vector4(253.63, 127.65, 133.86, 56.19),
minusOne = true,
freeze = true,
invincible = true,
blockevents = true,
animDict = 'abigail_mcs_1_concat-0',
anim = 'csb_abigail_dual-0',
flag = 1,
scenario = 'PROP_HUMAN_STAND_IMPATIENT',
target = {
options = {
{
type = "client",
event = 'updateGPS',
icon = "fas fa-eye",
label = 'Talk with Stanley',
targeticon = 'fas fa-eye',
}
},
distance = 2.5,
},
currentpednumber = 0,
},
If you have the locations of your custom heists, you can set up on the config file (You see some examples inside)
Config.Locations = {
{ name = "Rob 1", x = 100.0, y = -200.0, z = 30.0, price = 100 },
{ name = "Rob 2", x = 200.0, y = -300.0, z = 40.0, price = 150 },
{ name = "Rob 3", x = 300.0, y = -200.0, z = 30.0, price = 120 },
{ name = "Rob 4", x = 500.0, y = -600.0, z = 40.0, price = 200 },
-- Add more locations as needed
}
And thats all of this, you can request support in our discord !