Fernando-A-Rocha / mta-add-models

Library for Multi Theft Auto: San Andreas that lets you add new models to your server
GNU General Public License v3.0
66 stars 16 forks source link

Add handing support for addon vehicle model #42

Closed gta191977649 closed 9 months ago

gta191977649 commented 10 months ago

Some vehicle model may have custom handing in order to make the use of it, i think we should add the support for it as well =)

Fernando-A-Rocha commented 10 months ago

Some vehicle model may have custom handing in order to make the use of it, i think we should add the support for it as well =)

it is already supported automatically for vehicles created serverside with handling set server side & newmodel ids

Fernando-A-Rocha commented 10 months ago

https://github.com/Fernando-A-Rocha/mta-add-models/blob/main/newmodels/server.lua#L28 @gta191977649