Skip to content

Tags: mkafrin/PolyZone

Tags

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix creation output (#112)

* fix(CircleZone): Expand height of draw

* fix(creation): Update io output to follow new FiveM standards

v2.6.1

Toggle v2.6.1's commit message
Update version in fxmanifest for 2.6.1

v2.6.0

Toggle v2.6.0's commit message
Update version in fxmanifest for 2.6.0

v2.5.0

Toggle v2.5.0's commit message
Update version in fxmanifest for 2.5.0

v2.4.0

Toggle v2.4.0's commit message
Update version in fxmanifest for 2.4.0

v2.3.0

Toggle v2.3.0's commit message
Fixed debugBlip on ComboZones

Given ComboZones are used a lot by starting them empty and using AddZone overtime, doing a one-and-done style addDebugBlip won't work in most cases, and the print wouldn't make much sense either. To fix, on first call addDebugBlip will add blips to all the zones currently in the ComboZone, then during each AddZone() call, if debugBlip is true on the ComboZone, addDebugBlip() will be called on the added zone.

v2.2.0

Toggle v2.2.0's commit message
Creation: Make ctrl work with BoxZone width and length controls

Ctrl to go slower use to only work with heading controls for BoxZones. Now it works for width and length too.

v2.1.0

Toggle v2.1.0's commit message
fxmanifest.lua: Update version

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.2.5

Toggle v1.2.5's commit message
Updated version for small .5 update