Comment on page
📩
Framework Guide
Additional information for configuring Pro Laser 4 with frameworks.
Weapon
Create a new weapon for Pro Laser 4 with attributes in
qb-core/shared/weapons.lua
weapons.lua
[`weapon_prolaser4`] = {
['name'] = 'weapon_prolaser4',
['label'] = 'Lidar Gun',
['ammotype'] = 'nil',
['damagereason'] = 'Ticketed / Fined / Caught Speeding / Slow Down'
},
Item
Create a new item for Pro Laser 4 with attributes in
qb-core/shared/items.lua
items.lua
['weapon_prolaser4'] = {
['name'] = 'weapon_prolaser4',
['label'] = 'Lidar Gun',
['weight'] = 1000,
['type'] = 'weapon',
['ammotype'] = 'nil',
['image'] = 'weapon_prolaser4.png',
['unique'] = true,
['useable'] = false,
['description'] = 'ProLaser4 Lidar Gun'
},
Create a new item for Pro Laser 4 with attributes in
ox_invetory/weapons.lua
weapons.lua
['WEAPON_PROLASER4'] = {
label = 'Lidar Gun',
weight = 700,
durability = 0.1,
},

Small

Small Brighter

Large

Large
Brighter
Last modified 7mo ago