Installation

[STANDALONE] Core functions for MSK Scripts

Important

You can only use the Export OR the Import but Import Method is recommended.

The Import is already integraded in our Scripts, so you don't have to do anything if you use a script from us.

Export

You have to add this at the top of your clientside and serverside file

MSK = exports.msk_core:getCoreObject()

Import

You can add the following to the fxmanifest.lua to get MSK

shared_script '@msk_core/import.lua'

Nice to know

All functions can be called with an export.

For example:

exports.msk_core:Notification(title, message, info, duration)

Last updated