Client
Functions - Clientside
MSK.Register
MSK.Register("Callback_Name", function(playerId, arg1, arg2, ...)
return ...
end)
-- Example
MSK.Register("msk_testing:clientCallback", function(source, a, b, c)
print(source, a, b, c)
return a, b, c
end)
-- As an Export:
expoorts.msk_core:Register("msk_testing:clientCallback", function(source, a, b, c)
print(source, a, b, c)
return a, b, c
end)MSK.Trigger
MSK.TriggerCallback
MSK.RegisterCommand
MSK.Notification
MSK.HelpNotification
MSK.AdvancedNotification
MSK.Draw3DText
MSK.DrawGenericText
MSK.HasItem
MSK.GetPedMugshot
MSK.Subtitle
MSK.Spinner
Last updated



