I have a problem i try to add a line behind the player and play sound but it does not work… So if somebody have the solution
My code :
StartParticleFxNonLoopedOnPedBone("scr_carsteal4_tyre_spiked", ped, 0.0,-0.25,-0.07, 0.0, 0.0, 0.0, -1, 1, 0, 0, 0)
PlaySoundFromEntity(-1, "Woosh_01", ped, "FBI_HEIST_ELEVATOR_SHAFT_DEBRIS_SOUNDS", 0.0, 0.0)
I have already check this ^^
I have modified the thread…
And its not the same native, my native doesnt need to have this :
if not HasNamedPtfxAssetLoaded("core") then
RequestNamedPtfxAsset("core")
while not HasNamedPtfxAssetLoaded("core") do
Wait(1)
end
end
SetPtfxAssetNextCall("core")
Have you check your client’s log ?
1 Like
Yup i dont have any error
Somebody have the solution ?