We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the native docs it should return [number, any], but in js it returns number https://natives.altv.mp/#/0xE832D760399EB220
[number, any]
number
const { x, y, z } = alt.Player.local.pos; const rope = native.addRope( x, y, z, 0, 0, 0, 10, 3, 20, 1, 1, false, false, false, 5, false, null ); alt.log(rope); // number
/
No response
Windows 11
dev/14.0-dev4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the problem
According to the native docs it should return
[number, any]
, but in js it returnsnumber
https://natives.altv.mp/#/0xE832D760399EB220Reproduction steps
Expected behaviour
/
Additional context
No response
Operating system
Windows 11
Version
dev/14.0-dev4
Reproduction tested
The text was updated successfully, but these errors were encountered: