Releases: MSK-Scripts/msk_core
Releases · MSK-Scripts/msk_core
Update v2.7.3
- Bugfixes for
MSK.RegisterItem
-> serverside - Added support for core_inventory -> (MSK.HasItem, etc.)
- Added
MSK.Scaleform.FreemodeMessage
-> clientside & serverside - Added
MSK.Scaleform.PopupWarning
-> clientside & serverside - Added
MSK.Scaleform.BreakingNews
-> clientside & serverside - Added
MSK.Scaleform.TrafficMovie
-> clientside & serverside
Full Changelog: v2.7.2...v2.7.3
Update v2.7.2
Full Changelog: v2.7.1...v2.7.2
Update v2.7.1
- Fixed function
MSK.GetVehicleLabelFromModel
- Added Config Option for AdvancedNotification
- Added Config Option for HelpNotification
- Added function/export
MSK.RegisterItem
[framework bridge] -> serverside
Full Changelog: v2.7.0...v2.7.1
Update v2.7.0
- Some code improvements and removing of old exports
- Added
MSK.TextUI
-> see Documentation!
Just added the following to config.lua
Config.TextUIColor = "#5eb131" -- Default Color for TextUI
Just changed the following in config.lua
-- OLD
Config.progressColor = "#5eb131" -- Default Color for ProgressBar
-- NEW
Config.ProgressColor = "#5eb131" -- Default Color for ProgressBar
Full Changelog: v2.6.8...v2.7.0
Update v2.6.8
- Fixed error
Execution of function reference in script host failed
on script start - Fixed error
attempt to call a table value (field 'Request')
- Added
MSK.Check.*functions*
-> serverside - Added
MSK.Coords.Copy
-> clientside - Added Admin Command for
MSK.Coords.Copy
- Added
MSK.CoordsToString
-> shared - Added
MSK.VectorToVector
(vector4 to vector3) -> shared - Added
MSK.TableToVector
-> shared
Full Changelog: v2.6.7...v2.6.8
Update v2.6.7
Full Changelog: v2.6.6...v2.6.7
Update v2.6.6
- Some Bugfixes
- Added function
MSK.Points
Full Changelog: v2.6.5...v2.6.6
Update v2.6.5
- Fixed a Bug with with Ace Perms in
MSK.RegisterCommand
- Fixed metatable parameters for
MSK.Input
,MSK.Numpad
,MSK.Progress
-> serverside - Changes on
MSK.Player
for better performance withMSK.Player.coords
Full Changelog: v2.6.4...v2.6.5
Update v2.6.4
- Added
MSK.Player.coords
-> clientside - Added
MSK.Player.heading
-> clientside - Fixed
MSK.IsAceAllowed
-> clientside - Fixed
MSK.IsPrincipalAceAllowed
-> clientside - Fixed
MSK.HasItem
-> clientside & serverside
Full Changelog: v2.6.3...v2.6.4
Update v2.6.3
- Fixed a Bug with
MSK.RegisterCommand
- Fixed a Bug with
MSK.IsPrincipalAceAllowed
Full Changelog: v2.6.2...v2.6.3