Some light hashes: 1475377277, 280720199
crossed99 43 Posted October 6, 2021 Share this comment I don't know if it's obvious, it wasn't for me so I post it here: The GET_PROP_SET_MODEL native returns the hash that you have to use as parameter 1 for this native. So you can grab the hash of any light propset from the game with something like this: Vehicle currentVehicle = PED::GET_VEHICLE_PED_IS_USING(PLAYER::PLAYER_PED_ID()); int propsetHandle = PROPSET::_GET_VEHICLE_LIGHT_PROP_SET(currentVehicle); Propset propset = PROPSET::_GET_PROP_SET_MODEL(propsetHandle); Here's a few with wagon models they belong to: wagon model 3889770730 propset 4267664200 wagon model 1596452133 propset 2460531124 wagon model 219205323 propset 696075367 wagon model 2536874959 propset 1656100004 Quote Link to comment Share on other sites More sharing options...
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.