Changelog
Version 1.4
- Removed comments from Lua files for cleaner code
- Enhanced radio functionality and frequency management
- Improved encrypted frequency access controls
- Fixed minor bugs in radio communication system
Version 1.3
- Code optimizations and improvements
- Enhanced compatibility with recent game updates
Version 1.2
- Breaking Change: Additional function name standardization to lowercase
GetPos():Distance() → GetPos():Distance() (method call standardization)
Version 1.1
- Breaking Change: Standardized function names to camelCase
CanAccessEncryptedFrequency() → canAccessEncryptedFrequency()
IsVoiceViable() → isVoiceViable()
StartStaticMonitoring() → startStaticMonitoring()
StopStaticMonitoring() → stopStaticMonitoring()
GetItemWithDataKeyValue() → getItemWithDataKeyValue()
FindNearbyRadio() → findNearbyRadio()
Version 1.0