1
0
Fork 0
forked from Simnation/Main

Update client.lua

This commit is contained in:
Nordi98 2025-08-13 23:49:32 +02:00
parent 6327d414bb
commit a4fc903612

View file

@ -53,7 +53,7 @@ Citizen.CreateThread(function()
local x,y,z = table.unpack(GetEntityCoords(ped)) local x,y,z = table.unpack(GetEntityCoords(ped))
local prop_name = "v_corp_lngestoolfd" local prop_name = "v_corp_lngestoolfd"
VapeMod = CreateObject(GetHashKey(prop_name), x, y, z+0.2, true, true, true) VapeMod = CreateObject(GetHashKey(prop_name), x, y, z+0.2, true, true, true)
AttachEntityToEntity(VapeMod, ped, GetPedBoneIndex(ped, 18905), 0.08, -0.00, 0.03, -150.0, 90.0, -10.0, true, true, false, true, 1, true) AttachEntityToEntity(VapeMod, ped, GetPedBoneIndex(ped, 18905), 0.12, 0.03, 0.02, -120.0, 50.0, -30.0, true, true, false, true, 1, true)
helmet = true helmet = true