Advertisement
djhonga2001

GTAV - Fire Breathe (Dragon Mode)

Nov 18th, 2016
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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