EERZZ Posted May 9, 2016 Share Posted May 9, 2016 (edited) where can I find the electricity PARTICLE FX of the Stun Gun when you shoot to a player ? on ps3 game files bool ParticleFX2(char* FXType, char* FXName, int Entity, int Size = 2.2f, float X = 0, float Y = 0, float Z = 0, float Pitch = 0, float Roll = 0, float Yaw = 0){ STREAMING::_REQUEST_DLC_PTFX_ASSET(FXType); GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(FXType); if (STREAMING::_HAS_DLC_PTFX_LOADED(FXType)) { GRAPHICS::START_PARTICLE_FX_NON_LOOPED_ON_ENTITY(FXName, Entity, X, Y, Z, Pitch, Roll, Yaw, Size, 0, 0, 0); return true; } else return false;} Edited May 9, 2016 by EERZZ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now