Releases: MSK-Scripts/msk_core
Releases · MSK-Scripts/msk_core
Update v1.7.7
- Notification is now left
To change the Notification, change the following values:
.notify-wrapper {
position: absolute;
left: 2vh; /* Change this to left or right */
top: 10vh; /* Change this for the height */
font-size: 1.8vh;
font-family: 'Montserrat', sans-serif;
}
Update v1.7.6
- Fixed Notification
Update v1.7.5
- New Notification UI
!!! You have to change the Notification in your Scripts !!!
Look at the Wiki for more informations: MSK.Notification
Config.Notification = function(source, message)
if IsDuplicityVersion() then -- serverside
MSK.Notification(source, 'MSK Banking', message)
else -- clientside
MSK.Notification('MSK Banking', message)
end
end
Update v1.7.4
- Added MSK.Split
Update v1.7.3
- Added new Notification NUI
Update v1.7.2
- Added MSK.AddTimeout for serverside
Update v1.7.1
- Added Command to show Coords
Update v1.7
- Fixed serious error with MSK.AddTimeout
Update v1.6
- Added import.lua
- Added MSK.AdvancedNotification
Update v1.5
- Added MSK.Comma function