ADD
This commit is contained in:
parent
d58e87474f
commit
a474caf290
17 changed files with 2643 additions and 0 deletions
38
resources/[jobs]/[crime]/lation_247robbery/config/client.lua
Normal file
38
resources/[jobs]/[crime]/lation_247robbery/config/client.lua
Normal file
|
@ -0,0 +1,38 @@
|
|||
return {
|
||||
|
||||
----------------------------------------------
|
||||
-- 💃 Customize animations and props
|
||||
----------------------------------------------
|
||||
|
||||
anims = {
|
||||
lockpick = {
|
||||
dict = 'missheistfbisetup1',
|
||||
clip = 'hassle_intro_loop_f'
|
||||
},
|
||||
register = {
|
||||
label = 'Kasse leeren..',
|
||||
duration = 30000,
|
||||
position = 'bottom',
|
||||
useWhileDead = false,
|
||||
canCancel = true,
|
||||
disable = { car = true, move = true, combat = true },
|
||||
anim = { dict = 'anim@heists@ornate_bank@grab_cash', clip = 'grab' },
|
||||
prop = { model = 'p_ld_heist_bag_s', bone = 40269, pos = vec3(0.0454, 0.2131, -0.1887), rot = vec3(66.4762, 7.2424, -71.9051) }
|
||||
},
|
||||
hackPC = {
|
||||
dict = 'anim@heists@prison_heiststation@cop_reactions',
|
||||
clip = 'cop_b_idle'
|
||||
},
|
||||
safe = {
|
||||
label = 'Tresor leeren..',
|
||||
duration = 30000,
|
||||
position = 'bottom',
|
||||
useWhileDead = false,
|
||||
canCancel = false,
|
||||
disable = { car = true, move = true, combat = true },
|
||||
anim = { dict = 'anim@heists@ornate_bank@grab_cash', clip = 'grab' },
|
||||
prop = { model = 'p_ld_heist_bag_s', bone = 40269, pos = vec3(0.0454, 0.2131, -0.1887), rot = vec3(66.4762, 7.2424, -71.9051) }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue