Releases: MadsLeander/telescopes
Releases · MadsLeander/telescopes
1.4.1
Changelog
- Added a tilt check to prevent people from using telescopes that have been pushed over
- The script changed from using 0ms in Wait() functions to using 0ms
- Changed from precalculated hashes to backticks for easier readability
- The
camera
,scaleform
andinstScaleform
variables are now declared as int's instead ofnil
- Some whitespace changes
1.4.0
Changelog:
- Added support for using ox_target
- Changed from enumerating to using the GetGamePool native (this also means that the script no longer relies on a prefixed list to show help text)
- Changed the interaction distance from 1.5 to 1.75
- Removed Citizen prefix
- Removed config for notification (edit the function instead of that convoluted mess)
- Some changes to the whitespace so it would look better on GitHub
- (+) Some other small changes here and there