ilyakom3 0 Posted January 24 Share Posted January 24 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. Link to post Share on other sites
MrPancakers 152 Posted January 24 Share Posted January 24 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 Link to post Share on other sites
ilyakom3 0 Posted January 25 Author Share Posted January 25 Thanks for answer How then to take out vector functions in 0.3.7? or is it impossible in any way? Link to post Share on other sites
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