Block police weapon rob
Step-by-step guide
Examples
Example 1: Combat Pistol
['WEAPON_COMBATPISTOL'] = {
label = 'Combat Pistol',
weight = 1.0,
stackable = false,
close = true,
description = 'A combat pistol',
type = 'weapon',
ammo = 'ammo_9mm',
throwableOptions = {
model = nil,
coords = {x = 0.08, y = 0.03, z = -0.06},
rot = {x = -25.45, y = -3.76, z = 49.99}
},
policeOnly = true -- Only police can move this weapon
},Example 2: Stun Gun
How it works
Last updated