AIdaveloper
AIdaveloper
> https://github.com/DurtyFree/gta-v-data-dumps/blob/master/vehiclesFlags.json -> "FLAG_HAS_VERTICAL_FLIGHT_MODE", line 105 seems to be for the deluxo feature. i have tried implementing through creating a enum class with all the flags, and then setting the...
> this is the final result of me trying to do this, all the flags are taken from the deluxo. > > ``` > g_local_player->m_vehicle->m_handling_data->m_model_flags = 4456464; > g_local_player->m_vehicle->m_handling_data->m_handling_flags =...
Thanks a lot. The memory bug has been fixed, but a new one has appeared. error: "Exception reading ysc:4:default/default(ysc.cspec): Unknown pentry register: RPTR" As you said, it doesn't work with...
> Well to update the extension you'll need to edit the sinc file to add the new opcodes and adjust the opcodes for the others. Thank you. I'll try to...