Laz-target
exports
exports['Laz-target']:addPed('model', 'anim',coords)
# Example
exports['Laz-target']:addPed('a_f_y_bevhills_04', 'anim', vector4(100.35, -1077.02, 28.21, 239.06)exports['Laz-target']:addObject('model',coords)
# Example
exports['Laz-target']:addObject('model',coords)
exports[''Laz-target']:addTargetPeds(name , model, distance, options, BlackList, WhiteList)
# example
exports['Laz-target']:AddTargetPeds('Laz-carinsurance',{'a_f_y_bevhills_04'}, 3.0,
{
{
event = 'Laz-carinsurance:open',
key = 'Laz-carinsurance:open',
label = 'Open'
}
},
false,
{ coords = {
pos = vector3(100.35, -1077.02, 29.21),
radius = 2.0
}
}
)Last updated