Advertisement
ISOFX

Particle Effects Code

Jun 23rd, 2015
1,327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.41 KB | None | 0 0
  1. //This code is the code what allows you to play Particle Effects as shown on this mod -  https://www.gta5-mods.com/scripts/partial-effects
  2. //Hope this helps!
  3.  
  4. STREAMING::REQUEST_NAMED_PTFX_ASSET("scr_rcbarry2");
  5.                     GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL("scr_rcbarry2");
  6.                         GRAPHICS::START_PARTICLE_FX_NON_LOOPED_ON_ENTITY("scr_clown_appears", playerPed, 0.0, 0.0, -0.5, 0.0, 0.0, 0.0, 1.0, false, false, false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement