altmp / altv-issues

Issues and roadmap for alt:V project
92 stars 17 forks source link

The "ConnectionQueueRemove" event does not pass data to the callback function. #2262

Open TTox421 opened 3 months ago

TTox421 commented 3 months ago

Description of the problem

The "ConnectionQueueRemove" event does not pass data to the callback function. Server side

typescript alt.on("connectionQueueRemove", (c) => { console.log(c) })

The code above will output null to the console.

Reproduction steps

You need to register the "ConnectionQueueRemove" event, and in the callback function via the console, display the parameters passed to the function.

Expected behaviour

Output: null

Additional context

No response

Operating system

Windows 10

Version

16.0.143 (release)

Crashdump ID

No response

Confirmation of issue's presence