borsuczyna

Results 5 issues of borsuczyna

This pull request allows client created peds to enter client created vehicles. `setPedEnterVehicle(Element ped, [Element vehicle, bool passenger])` When no vehicle is specified ped will enter closest client vehicle Test...

enhancement

This pull request adds onClientBrowserConsoleMessage event which allows more control about error/warning handling in browsers and more. ```lua local browser = createBrowser(25, 25, true, false) addEventHandler('onClientBrowserCreated', browser, function() loadBrowserURL(browser, 'http://mta/local/test.html')...

enhancement

This pull request adds quaternion functions for bones which gives more control of bones Test resource: [test.zip](https://github.com/user-attachments/files/16741198/test.zip)

enhancement

### Is your feature request related to a problem? Please describe. It's really easy to reproduce any resource root element using getResourceRootElement + getResourceFromName, which is very dangerous and can...

enhancement

### Is your feature request related to a problem? Please describe. It's not possible to apply shader to **specific** model when using dxDrawModel3D ### Describe the solution you'd like Add...

enhancement