Advertisement
KiLLerBoy_001

GTA 5: Breath fire

Nov 11th, 2015
1,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.41 KB | None | 0 0
  1. //-----------------  Dragon Mode  -----------------
  2. //
  3. // Just enable DragonMode Bool
  4. //-----------------------------------------------------
  5.  
  6.  
  7. FireManModeLoop()
  8. {
  9.    if ( DragonMode == true )
  10.    {
  11.       Vector3 Mouth = GET_PED_BONE_COORDS(PLAYER_PED_ID(), 39317, 0.1f , 0.0f, 0.0f)
  12.       _ADD_SPECFX_EXPLOSION(Mouth.x,Mouth.y,Mouth.z, EXPLOSION_DIR_FLAME, EXPLOSION_DIR_FLAME, 1.0f, true, true, 0.0f)
  13.    }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement