Jump to content

Free Cam 0.1

   (5 reviews)

1 Screenshot

About This File

With this script you can get coordinates of the camera and coordinates of where camera is pointing.

F5 - enable/disable.
F5+Space - disable without warping to ground.
W/A/S/D/Space/LCtrl - move.
/savecam [name] - save Camera position.

Example of save:

Position: -64.17094421386719, -824.6749877929688, 373.018310546875 | pointAtCoord: -76.13325500488281, -807.392822265625, 320.28961181640625 | entity: 139321 - First Pos

 

Author: @ragempdev

I just added possibility to save camera pos and pointAtCoord


What's New in Version 0.1   See changelog

Released

No changelog available for this version.

  • Like 6

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

hubba

   1 of 1 member found this review helpful 1 / 1 member

awesom

Link to review
Peyman

   2 of 3 members found this review helpful 2 / 3 members

This is awesome. but how can I lower speed? Because the speed is very high and I can't work with it.

Link to review
ynhhoJ

   0 of 1 member found this review helpful 0 / 1 member

Can't update resource right now.

Credits to Spalk for:

function pointingAt(distance) {
    const farAway = new mp.Vector3((direction.x * distance) + (coords.x), (direction.y * distance) + (coords.y), (direction.z * distance) + (coords.z));

    const result = mp.raycasting.testPointToPoint(coords, farAway, [1, 16]);
    if (result === undefined) {
        return 'undefined';
    }
    return result;
}

 

  • Like 1
Link to review
mafof

  

This is cool script, but i'm find bug, if pressed A S D and fly then be set out incorrect coords.

Link to review
×
×
  • Create New...