Particles showing close range only?

So I am trying to create some particles, all good and working great,
its just that I noticed that they only show within aa 25 meter range?

            UseParticleFxAsset(PTFX_DICT)
            local partiResult = StartParticleFxLoopedOnEntity(PTFX_ASSET, entityId, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.5, false, false, false)
            particleTbl[#particleTbl + 1] = partiResult
            SetParticleFxLoopedFarClipDist(partiResult, 50.0) -- set the far clip distance of the particle effect

            Wait(0)

particles in use are:
local PTFX_DICT = ‘core’

local PTFX_ASSET = ‘ent_dst_elec_fire_sp’

any help to increase the range would be appretiated