[Release] FiveM Advanced Heli Script/Cam

You’ll need visual studio to compile the code

Gotcha thankyou and appreciate the response. I am trying to learn things as when I started I did not know much. I will give that a go see if I can figure it out thankyou!

Just googled it and looks complicated so wish me look haha

Anyone fancy giving it ago and sending me a link please :smiley:

Since he linked a postal script that doesnt work to your script, is there any way to link the actual Nearest Postal script to yours?

The nearest postal was not part of my public code base. However, you can easily add it by adding it to line 497, plus an event handler for whatever your postal script fires. For example, line 497 could then read:

$"{DateTime.UtcNow.ToString($"MM/dd/yyyy\nHH:mm:ssZ")}\n~y~{timeInCam.ToString(@"mm\:ss")}\n~b~Postal: {_nearestPostal}"
2 Likes

Do you have the script compiled? If so would you be willing to share please?

1 Like

Not yet, i didnt have time to do it. Its not difficult to do tho. Like @ryan.z said before, you can compile the source code using Visual Studio. You can look up many tutorials online on how to do so. Else you could ask Ryan, as he knows much more about it then me!

Gotcha thankyou. I’m kinda slow so ya know :joy:

Thats no problem! Everyone has to start somewhere. Good luck!

Can Someone release a working version of this. I don’t know why this guy didn’t put an unfinished script on here

What does not work ?

Postal and Spotlight

The spotlight doesn’t work is there a fix?

https://github.com/ryans1230/HeliCam Use this. You will have to compile it yourself using Visual Code. Credit : @ryan.z

https://github.com/ryans1230/HeliCam Use this. You will have to compile it yourself using Visual Code. Credit : @ryan.z .

https://github.com/ryans1230/HeliCam Use this. You will have to compile it yourself using Visual Code. Credit : @ryan.z

So I assume the spotlight won’t be getting fixed for a while?

Read the post above yours. I believe this guy got a dump and then tried to release it claiming the work. From what I’ve seen in this post as the op doesn’t include the server files.

The git above your post should work as it is same code just needs to be compiled.

Thank you, should have read. Just compiled it and I’m going to test it out.