18 lines
390 B
Plaintext
18 lines
390 B
Plaintext
|
-- Extension script for weapon_cover_tilt_positions.script file
|
||
|
-- Open weapon_cover_tilt_positions.script file for instructions
|
||
|
|
||
|
if weapon_cover_tilt_positions then
|
||
|
|
||
|
if not weapon_cover_tilt_positions.weapon_offsets then
|
||
|
weapon_cover_tilt_positions.weapon_offsets = {}
|
||
|
end
|
||
|
|
||
|
local o = weapon_cover_tilt_positions.weapon_offsets
|
||
|
|
||
|
o["wpn_spas12"] = {
|
||
|
y = 0.2,
|
||
|
x= 0.01,
|
||
|
}
|
||
|
|
||
|
|
||
|
end
|