fx = LoadFX( "explosions/large_vehicle_explosion" );
//put this in init
PlayFX( fx, <where you want the fx to be played> );
FX = LoadFX("DerpFX");
PlayFX(FX,self.origin);

fx = LoadFX( "explosions/large_vehicle_explosion" );
//put this in init
PlayFX( fx, <where you want the fx to be played> );
FX = LoadFX("DerpFX");
PlayFX(FX,self.origin);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.