ilyakom3 Posted January 24, 2021 Posted January 24, 2021 Hello everyone. Has anyone encountered the mp.game.invokeVector3 function? let bonePosVector = mp.game.invokeVector3 ('0x44A8FCB8ED227738', mp.players.local.handle, boneId); https://wiki.rage.mp/index.php?title=Globals::invokeVector3 Even using this (the line of code is taken from the link above, from the official rage site) line of code, on the client side, of course, I get the error mp.game.invokeVector3 is not a function.
MrPancakers Posted January 24, 2021 Posted January 24, 2021 This function was introduced in 1.1 so I can only assume your server isn't 1.1 and that's why you get the error
ilyakom3 Posted January 25, 2021 Author Posted January 25, 2021 Thanks for answer How then to take out vector functions in 0.3.7? or is it impossible in any way?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now