Quazaka Posted May 25, 2015 Share Posted May 25, 2015 There is a GTA.Math.Vector3, anyone got an example on how to make one? Link to comment Share on other sites More sharing options...
Inco Posted May 25, 2015 Share Posted May 25, 2015 var vector3 = new Vector3(30, 59, 234); ? Link to comment Share on other sites More sharing options...
Reck1501 Posted May 25, 2015 Share Posted May 25, 2015 (edited) GTA.Math.Vector3 playerposition = Game.Player.Character.Position; anything containing X, Y, Z has to be parsed into a vector3 Edited May 25, 2015 by Reck1501 Link to comment Share on other sites More sharing options...
Quazaka Posted May 25, 2015 Author Share Posted May 25, 2015 Alright thanks guys. Sorry for the trivial question. Link to comment Share on other sites More sharing options...
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