Stuyk
Stuyk
### Description of the problem A lot of people have been wanting to make RPC calls to the client to get `native` specific information that may not be available on...
### Description of the problem When you create a form it does not actually ever submit. Even if you specify an event just like in the documentation for `onsubmit`. https://mikke89.github.io/RmlUiDoc/pages/rml/forms.html...
This bug is really difficult to reproduce; but also fix. We've tried dozens of solutions with no fix in sight. The simplest way to reproduce the bug is to give...
Currently it uses an internal custom solution with alt.emitClient. This is no longer necessary and we can use player.setLocalMeta. Requires refactoring in multiple parts of the code base.
When you open an inventory with `i` you should be able to close it with `i`. Taken from Discord from KeRR.
Make the fuel station plugin allow you to specify how much fuel you want to actually purchase. Taken from Discord from KeRR.
### Description of the problem Read the title. ### Reproduction steps ```ts player.emit('whatever', new Promise(() => {})); ``` ### Expected behaviour Don't emit promises to the client. ### Additional context...
53
## Version 53 ### Breaking Changes - Removed `useVehicleEvents`, `useCharacterEvents`, and `useAccountEvents` - Replaced with `alt.on('rebar:vehicleUpdated')`, `alt.on('rebar:playerCharacterUpdated')`, and `alt.on('rebar:playerAccountUpdated')`. - Removed alt.getMeta for Rebar Imports - This likely doesn't effect...