Once installed and configured:
Admin commands (if script includes them):
Most versions include a config.lua. Below are typical options:
Config = {}-- Enable/disable script Config.Enabled = true
-- Vehicles that get the purple tracer (list of spawn names) Config.AllowedVehicles = "police", "police2", "police3", "sultanrs", "jester", "vipcar"
-- Speed in km/h required to show tracer Config.MinSpeed = 80.0
-- Tracer effect intensity (1 = subtle, 10 = extreme) Config.Intensity = 5
-- Sound effect (true/false) Config.EnableSound = true Config.SoundVolume = 0.6
-- Particle effect name (depends on GTA assets) Config.ParticleDict = "core" Config.ParticleName = "exp_grd_bzgas_smoke" -- example, must be purple-tinted
-- Sync mode: "server" (all see) or "client" (only driver sees) Config.SyncMode = "server"
Edit these values carefully – wrong particle names can crash the client.
This script utilizes the native particle dictionary **core** (or custom .ypt if included) attached to the entity bone.
If you want to apply this specifically to the Purple Thunder Car, ensure the bone index is set to exhaust or chassis.