Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //----------------- Dragon Mode -----------------
- //
- // Just enable DragonMode Bool
- //-----------------------------------------------------
- FireManModeLoop()
- {
- if ( DragonMode == true )
- {
- Vector3 Mouth = GET_PED_BONE_COORDS(PLAYER_PED_ID(), 39317, 0.1f , 0.0f, 0.0f)
- _ADD_SPECFX_EXPLOSION(Mouth.x,Mouth.y,Mouth.z, EXPLOSION_DIR_FLAME, EXPLOSION_DIR_FLAME, 1.0f, true, true, 0.0f)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement