forked from Simnation/Main
Update cl_dynamitefishing.lua
This commit is contained in:
parent
a0621d7ef1
commit
db94df4924
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ local function StartDynamiteFishing()
|
|||
local coords = GetEntityCoords(ped)
|
||||
local heading = GetEntityHeading(ped)
|
||||
local radians = math.rad(heading)
|
||||
local explosionX = coords.x + 8.0 * math.sin(-radians)
|
||||
local explosionY = coords.y + 8.0 * math.cos(-radians)
|
||||
local explosionX = coords.x + 9.0 * math.sin(-radians)
|
||||
local explosionY = coords.y + 9.0 * math.cos(-radians)
|
||||
local explosionZ = coords.z - 3.0 -- Etwas unter der Wasseroberfläche
|
||||
|
||||
-- EXPLOSION DIREKT NACH ERFOLGREICHEM SKILL CHECK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue