forked from Simnation/Main
Update cl_dynamitefishing.lua
This commit is contained in:
parent
a1469c3c3c
commit
ca9e981f63
1 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ local function StartDynamiteFishing()
|
||||||
|
|
||||||
-- Wurf-Animation
|
-- Wurf-Animation
|
||||||
local throwDict = "weapons@projectile@grenade_str"
|
local throwDict = "weapons@projectile@grenade_str"
|
||||||
local throwAnim = "throw_h_fb_backward"
|
local throwAnim = "throw_m_fb"
|
||||||
|
|
||||||
RequestAnimDict(throwDict)
|
RequestAnimDict(throwDict)
|
||||||
while not HasAnimDictLoaded(throwDict) do
|
while not HasAnimDictLoaded(throwDict) do
|
||||||
|
@ -136,8 +136,8 @@ local function StartDynamiteFishing()
|
||||||
TriggerServerEvent('dynamitefishing:removeItem')
|
TriggerServerEvent('dynamitefishing:removeItem')
|
||||||
|
|
||||||
-- Sammel-Animation nach der Explosion
|
-- Sammel-Animation nach der Explosion
|
||||||
local collectDict = "amb@world_human_stand_fishing@idle_a"
|
local collectDict = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@"
|
||||||
local collectAnim = "idle_c"
|
local collectAnim = "machinic_loop_mechandplayer"
|
||||||
|
|
||||||
RequestAnimDict(collectDict)
|
RequestAnimDict(collectDict)
|
||||||
while not HasAnimDictLoaded(collectDict) do
|
while not HasAnimDictLoaded(collectDict) do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue