Releases: MSK-Scripts/msk_core
Releases · MSK-Scripts/msk_core
Update v2.8.0
- Changed folder structure
- Rewritten framework bridge (documentation will be updated soon)
- Added
'chat:removeSuggestion'for MSK.RegisterCommand if parametershowSuggestionis set to false - Fixed error on playerConnected on function
GetPlayerDeath - Fixed error with core_inventory on function
HasItem
Full Changelog: v2.7.4...v2.8.0
Update v2.7.4
- Added new Feature for MSK.Player
Full Changelog: v2.7.3...v2.7.4
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 TextUIJust changed the following in config.lua
-- OLD
Config.progressColor = "#5eb131" -- Default Color for ProgressBar
-- NEW
Config.ProgressColor = "#5eb131" -- Default Color for ProgressBarFull Changelog: v2.6.8...v2.7.0
Update v2.6.8
- Fixed error
Execution of function reference in script host failedon 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.Playerfor better performance withMSK.Player.coords
Full Changelog: v2.6.4...v2.6.5