Krlos_Rokr Posted December 31, 2017 Share Posted December 31, 2017 (edited) i'll add all native with example one by one... Change the parachute model: Dim ModelHash As Integer = Game.GenerateHash("adder") '<--- The model you want to use, this case the Adder-Chute! Dim Player as GTA.player = game.player '<-- Game.player it's not the same as game.player.character. Native.Function.Call(Native.Hash.SET_PLAYER_PARACHUTE_MODEL_OVERRIDE, Player, ModelHash) 'Parachute Model Edited December 31, 2017 by Krlos_Rokr Link to comment Share on other sites More sharing options...