Lloyd Logan Posted January 12, 2014 Posted January 12, 2014 Why doesn't this set the matrix of the camera? (CLIENT) function cmatrix() setCameraMatrix(2056.1774902344,1181.1239013672,56.897701263428,2057.064453125,1180.6881103516,56.744400024414,0,70) end addEventHandler("onClientPlayerJoin", cmatrix)
Moderators IIYAMA Posted January 12, 2014 Moderators Posted January 12, 2014 Because it will trigger for all players except for your self. Also you forgot to define the root element. Use: addEventHandler("onClientResourceStart",resourceRoot, cmatrix) Also: fadeCamera(true)
Lloyd Logan Posted January 12, 2014 Author Posted January 12, 2014 Because it will trigger for all players except for your self. Also you forgot to define the root element.Use: addEventHandler("onClientResourceStart",resourceRoot, cmatrix) Thanks! I didn't know I needed the resourceRoot though!
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