more lua api stuff

This commit is contained in:
Luuk van Oijen
2023-11-12 16:29:22 +01:00
parent 8ee6ba16f2
commit a23b5a43c0
5 changed files with 79 additions and 25 deletions

View File

@@ -1 +1,7 @@
MP.print("test from lua")
print("test from lua")
function onPluginLoaded()
print("HI!")
end
MP:RegisterEventHandler("onPluginLoaded", "onPluginLoaded")