altmp / altv-js-module

JS module for alt:V Multiplayer. Powered by NodeJS & v8
MIT License
55 stars 35 forks source link

Blips should take Vector3 as an argument #196

Closed ZackaryH8 closed 2 years ago

ZackaryH8 commented 2 years ago

Description of the problem

You can only pass x, y, z

Desired solution for the problem

Be able to pass alt.Vector3 to the constructor

Alternatives you considered

No response

Additional context

No response

Version

No response

Scope

server

xxshady commented 2 years ago

Vector3 interface will be better

ZackaryH8 commented 2 years ago

Vector3 interface will be better

I looked at implementing it but not sure how to handle it because the argument length check of 1 is already used on pointblip for passing an entity.