iiv03 Posted February 9, 2021 Posted February 9, 2021 hey i would like to make camera . on other position and i'm use setCameraMatrix and i created that ped start movements. but i want make cam follow ped when his move . what should i use on functions? --if this ->> setCameraTarget + attachElements? and how will be?
Furzy Posted February 9, 2021 Posted February 9, 2021 (edited) Look this thread Edited February 9, 2021 by Furzy FURZY'S CUSTOM WEAPON SYSTEM Discord: Furzy#4125
Moderators IIYAMA Posted February 9, 2021 Moderators Posted February 9, 2021 5 minutes ago, xFabel said: what should i use on functions? You could attach the camera to the ped, see example in this link: https://wiki.multitheftauto.com/wiki/GetCamera The example explains how to attach the camera to a vehicle, without the need of updating the camera with onClient(Pre)Render. Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
iiv03 Posted February 9, 2021 Author Posted February 9, 2021 4 hours ago, Furzy said: Look this thread 4 hours ago, IIYAMA said: You could attach the camera to the ped, see example in this link: https://wiki.multitheftauto.com/wiki/GetCamera The example explains how to attach the camera to a vehicle, without the need of updating the camera with onClient(Pre)Render. ty guys I was needed a part of camera that followed ("Element") and found the solution addEventHandler("onClientRender", root, function() local ox,oy,oz = getElementPosition(army1) setCameraMatrix(ox,oy,oz,ox,oy,oz) end)
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