Free Cam 0.1

   (5 reviews)
Sign in to follow this  

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 3



User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

mafof

  

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

Share this review


Link to review
Peyman

  

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

Share this review


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

Share this review


Link to review
Huckleberry

  

Thank you so much, this is great. ❤️

Share this review


Link to review
hubba

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

awesom

Share this review


Link to review