1
0
Fork 0
forked from Simnation/Main

Update client.lua

This commit is contained in:
Nordi98 2025-06-25 03:54:54 +02:00
parent c6ac3afcd2
commit ba5689c242

View file

@ -162,7 +162,7 @@ end
-- Smoke shisha function with animation and prop -- Smoke shisha function with animation and prop
function SmokeShisha(selectedShisha) function SmokeShisha(selectedShisha)
local ped = PlayerPedId() local ped = PlayerPedId()
local propName = "v_corp_lngestoolfd" -- This model is loaded from the stream folder local propName = "v_corp_lngestoolfd" -- Dieses Modell wird von irgendwo auf dem Server geladen
local propBone = 28422 local propBone = 28422
local propCoords = vector3(0.0, 0.0, -0.03) local propCoords = vector3(0.0, 0.0, -0.03)