NoNameSet Posted September 2, 2017 Share Posted September 2, 2017 I want to know if there is a way to give the player a rebreather(the ones they have in online) ...I know about the suit you can wear in singleplayer but that is not what I am asking for. Link to comment Share on other sites More sharing options...
darkphoenixxx Posted September 3, 2017 Share Posted September 3, 2017 Well, you get one when you leave Nagasaki Dingy, dont know about coding-wise. Link to comment Share on other sites More sharing options...
NoNameSet Posted September 3, 2017 Author Share Posted September 3, 2017 Well, you get one when you leave Nagasaki Dingy, dont know about coding-wise. yeah but when you change your model to a cop or something you don't get it anymore...wondering if there is a way around that. All I found was that you can give the player a gadget but the only two gadgets you can give the player is the parachute and night vision glasses. Link to comment Share on other sites More sharing options...
darkphoenixxx Posted September 3, 2017 Share Posted September 3, 2017 I use CharacterSwap mod to change hash to Michael/Franklin/Trevor - you can see the character dropping scuba when getting on the shore. Loooking through natives cant find anything Link to comment Share on other sites More sharing options...
NoNameSet Posted September 4, 2017 Author Share Posted September 4, 2017 the only two natives for gadgets: WEAPON::SET_PED_GADGETHashes: 0xD0D7B1E680ED4A1A 0x8A256D0Avoid SET_PED_GADGET(Ped ped, Hash gadgetHash, BOOL p2)// 0xD0D7B1E680ED4A1A 0x8A256D0A p1/gadgetHash was always 0xFBAB5776 ("GADGET_PARACHUTE").p2 is always true. //////////////// WEAPON::GET_IS_PED_GADGET_EQUIPPEDHashes: 0xF731332072F5156C 0x8DDD0B5BBOOL GET_IS_PED_GADGET_EQUIPPED(Ped ped, Hash gadgetHash)// 0xF731332072F5156C 0x8DDD0B5B gadgetHash - was always 0xFBAB5776 ("GADGET_PARACHUTE"). only two gadgets listed are the parachute and night vision goggles. Link to comment Share on other sites More sharing options...