MrCarter Posted September 9, 2017 Posted September 9, 2017 Is there a easy solution to spectate a player? I tried with: // client-side /* event goes here to call the function */ let cam = mp.cameras.new('values go here') // example, cam gets created cam.attachTo(player, 10.0, 0.0, 10.0, true); <- gives me "expected Number" as client notification cam.setActive(true); // server-side /* event goes here */ player.call("spectate", spectatePlayer); I already tried something like mp.game.cam.attachCamToEntity but it's not a function Need help with this
loulou123546 Posted July 3, 2019 Posted July 3, 2019 cam.attachTo(player.handle, 10.0, 0.0, 10.0, true);
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