Skip to content

Releases: MSK-Scripts/msk_core

Update v1.7.7

28 Jul 14:13
Compare
Choose a tag to compare
  • 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

16 Jul 13:41
Compare
Choose a tag to compare
  • Fixed Notification

Update v1.7.5

11 Jul 19:09
Compare
Choose a tag to compare
  • 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

Screenshot_216

Update v1.7.4

24 Jun 20:54
Compare
Choose a tag to compare

Update v1.7.3

31 Mar 00:17
Compare
Choose a tag to compare
  • Added new Notification NUI

Update v1.7.2

12 Mar 02:03
Compare
Choose a tag to compare

Update v1.7.1

12 Mar 01:56
Compare
Choose a tag to compare
  • Added Command to show Coords

Update v1.7

12 Mar 01:53
Compare
Choose a tag to compare

Update v1.6

03 Mar 15:10
Compare
Choose a tag to compare
  • Added import.lua
  • Added MSK.AdvancedNotification

Update v1.5

24 Feb 19:04
Compare
Choose a tag to compare