1
0
Fork 0
forked from Simnation/Main

Update cl_dynamitefishing.lua

This commit is contained in:
Nordi98 2025-07-11 23:59:56 +02:00
parent a1469c3c3c
commit ca9e981f63

View file

@ -98,7 +98,7 @@ local function StartDynamiteFishing()
-- Wurf-Animation
local throwDict = "weapons@projectile@grenade_str"
local throwAnim = "throw_h_fb_backward"
local throwAnim = "throw_m_fb"
RequestAnimDict(throwDict)
while not HasAnimDictLoaded(throwDict) do
@ -136,8 +136,8 @@ local function StartDynamiteFishing()
TriggerServerEvent('dynamitefishing:removeItem')
-- Sammel-Animation nach der Explosion
local collectDict = "amb@world_human_stand_fishing@idle_a"
local collectAnim = "idle_c"
local collectDict = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@"
local collectAnim = "machinic_loop_mechandplayer"
RequestAnimDict(collectDict)
while not HasAnimDictLoaded(collectDict) do